| Previous · Next | |
| User | Message |
|
accel
|
Date: 5/18/2007 10:48 am · Subject: Looking for optimum configuration vor Apache 2.2.3 · Rating: 2
I'm looking for the best configuration settings for my apache.conf.
I am expecing a heavy load in two weeks.
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 8456 www 15 0 117m 91m 3976 S 8.0 10.4 0:00.42 apache2 I have a AMD Athlon(tm) 64 Processor 3200+ and 1Gb-RAM. I put the FileCache on a tmpfs. It is basically only one Website. But due to the amount of mem one instance of apache consumes I can set the "maxclients" only to about 15. I can still easily crash (ok, make it unresponsive ;-) ) the system with two remote "wget -m" and one "ab -n 30 -n 1000". Can anyone give some further help on how to server more requests? What is the minimal preload.pl? Thanks in advance --- (Edited on 5/18/2007 11:10 am [GMT-0500] by accel) --- |
| Back to Top |
Rate [ | ]
|
|
Klaus
|
Date: 5/18/2007 11:41 am · Subject: Re: Looking for optimum configuration for Apache 2.2.3 · Rating: 3
Use maximum cache timeout for all assets (display tab). Disable all unnecessary Apache modules. Compile Apache with optimized settings for your server. Excluding Assets from preload depends on the Assets you use. --- (Edited on 18-May-2007 18:41 [GMT+0200] by Klaus) --- |
| Back to Top |
Rate [ | ]
|