|
The documentation on memory usage seems to be a bit out of date. So can someone help with the following:
There is a single django instance called This is on web91. |
|
Hi, The "/usr/local/apache2-mpm-peruser/bin/httpd -k start" processes are from the shared Apache instance - those are probably serving PHP scripts from your Static/CGI/PHP apps. You seem to be on one of the older servers, where PHP is installed as an Apache module. You can request to be moved to a newer server by using the "Server migration" link in your control panel. Note that the shared Apache processes do not count to your memory usage. You can run the following command to calculate the RAM used:
|