I have a server that has 1GB RAM, when I do top, it shows this:
Mem: 1034428k total, 206940k used, 827488k free, 4780k buffers
Swap: 2096376k total, 116440k used, 1979936k free, 26036k cached
This is pretty consistent, checking it over several days now. It looke like the memory is not being used but the swapfile is!!! One of the top processes is consistently kswapd0
I have already removed my Rlimits in httpd.conf:
#-
#Rlimit added by apachelimits.pl
#-
#RLimitMEM 207532714
#RLimitCPU 240
##
What can it be that is limiting memory usage? Is there anywhere else I should be checking & reconfiguring?
Mem: 1034428k total, 206940k used, 827488k free, 4780k buffers
Swap: 2096376k total, 116440k used, 1979936k free, 26036k cached
This is pretty consistent, checking it over several days now. It looke like the memory is not being used but the swapfile is!!! One of the top processes is consistently kswapd0
I have already removed my Rlimits in httpd.conf:
#-
#Rlimit added by apachelimits.pl
#-
#RLimitMEM 207532714
#RLimitCPU 240
##
What can it be that is limiting memory usage? Is there anywhere else I should be checking & reconfiguring?