Timeline for answer to Apache and MySQL taking all the memory? Maximum connections? by ceejayoz
Current License: CC BY-SA 2.5
Post Revisions
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 16, 2010 at 14:14 | comment | added | ceejayoz |
They likely just looked at how much your Apache processes are currently using. ps aux | grep apache will show a list of Apache processes and how much RAM each is using. There's no standard figure, as it depends on your modules and the code they're executing.
|
|
| Mar 16, 2010 at 14:11 | comment | added | lpfavreau | And why would they decide it's 20MB by connection? Is this the standard number used for Apache-PHP-MySQL? | |
| Mar 16, 2010 at 13:10 | history | answered | ceejayoz | CC BY-SA 2.5 |