Opened 16 years ago
Closed 16 years ago
#18 closed defect (fixed)
One instance of apache server
Reported by: | rick | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Keywords: | Cc: | ||
Resource needed to fix: |
Description ¶
Properly still configured to be full-blown by default. Might do with a bit more stripped down version of it. Take a look in the config and lower the amount of 'waiting' servers and connections/memory able to consume.
Change History (5)
comment:1 by , 16 years ago
comment:3 by , 16 years ago
Rick,
do you have any experience changing the MPM to worker instead of prefork ? According to the apache
manuals that configuration is supposed to have a smaller memory footprint. Though i did read some threads about possible issues with php5 and thread support.
comment:4 by , 16 years ago
do you have any experience changing the MPM to worker instead of prefork ?
Not much unfortunately..
Though i did read some threads about possible issues with php5 and thread support.
Always worth givin' a try right?
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Do you mean lowering the amount of the StartServers value in the MPM configuration ?