Memory question on WordPress Multisite

No, this has to do with each page load and uses PHP’s memory_get_usage() plugin.

Every page load will have a slightly different memory usage. Disabling plugins will decrease it, as the plugin doesn’t have to load on that page.

This means that the usage will be different on every blog, and possibly on different pages in the blog.