When I reboot my box (RedHat 7, 2.4.2 kernel) I get the following mem usage:
[root]# free -m
total used free shared buffers cached
Mem: 311 37 274 0 1 17
-/+ buffers/cache: 18 293
Swap: 509 0 509
Now, if I leave it overnight I get the following in the morning:
[root]# free -m
total used free shared buffers cached
Mem: 311 279 32 0 84 23
-/+ buffers/cache: 172 139
Swap: 509 0 509
Sure, the buffers and the cached go up, but the used, even subtracting the buffers and cached, goes WAY up. This sounds like some memory leak to me. Anyone seen this? I don't seem to see it, at least not as bad, on single processor machines I have upgraded to 2.4.2.
