Lem0nHead
04-04-2004, 11:05 AM
Hello
When I had a Celeron 1.3 GHz with 512 MBs RAM on ev1, it used around 500 MBs RAM and on peaks it needed around 200 MBs from swap
Now I'm on a p4 2.8 GHz with 1024 MBs RAM and it's almost always using 900~1000 MBs RAM
I'm running exactly the same sites (moved them) and I have this config on httpd.conf (the same too):
Timeout 20
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 10
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 250
when I got this server, I setted:
MinSpareServers 8
MaxSpareServers 16
StartServers 8
(I really think that's a better config for p4 2.8 GHz with 1024 MBs RAM)
Then when I saw the memory usage, I reduced it to the values showed above and still the same thing.
root@server01 [/]# free
total used free shared buffers cached
Mem: 1027996 1004044 23952 0 352276 385816
-/+ buffers/cache: 265952 762044
Swap: 2040212 189680 1850532
thanks
When I had a Celeron 1.3 GHz with 512 MBs RAM on ev1, it used around 500 MBs RAM and on peaks it needed around 200 MBs from swap
Now I'm on a p4 2.8 GHz with 1024 MBs RAM and it's almost always using 900~1000 MBs RAM
I'm running exactly the same sites (moved them) and I have this config on httpd.conf (the same too):
Timeout 20
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 10
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 250
when I got this server, I setted:
MinSpareServers 8
MaxSpareServers 16
StartServers 8
(I really think that's a better config for p4 2.8 GHz with 1024 MBs RAM)
Then when I saw the memory usage, I reduced it to the values showed above and still the same thing.
root@server01 [/]# free
total used free shared buffers cached
Mem: 1027996 1004044 23952 0 352276 385816
-/+ buffers/cache: 265952 762044
Swap: 2040212 189680 1850532
thanks
