< Author: Rich Lafferty (richl-forums_AT_e-smith.com) wrote
< Date: 06-25-02 10:02
<
< It's a feature! You've paid for that RAM, after all. Linux will do its best to use
< all the real memory available for something, whether allocated to programs
< or for cache, and to keep things out of swap when possible.
<
< You can check the accuracy of phpsysinfo at the command line with the
< command "free", which will break things up a little further:
<
< $ free
< total used free shared buffers cached
< Mem: 776640 623112 153528 644856 135284 356272
< -/+ buffers/cache: 131556 645084
< Swap: 265032 1144 263888
<
< That's probably similar in proportion to what you're seeing -- 620MB of
< 776MB are in use, but 131MB of that is buffers and cache.
<
< Cheers,
<
< --Richsimpleone wrote:
>
> Hi all,
>
> I seem to be having a problem with my e-smith 5.5 server in
> that it is using about 95% memory. If i stop and stop httpd,
> the memory goes back to about 60% but then straight back up
> to around 95% yet the swap space is not being used at all.
>
> Anyone help with this ?