Please, I need a help. I have a Linux that has the following scenario of RAM memory consumption:
root@cpro15623 [~]# free -m
             total       used       free     shared    buffers     cached
Mem:          3881       3216        665          0         98       1555
-/+ buffers/cache:       1562       2318
Swap:          991          0        991
But Swap is not being used and my server is too low!
This is vmstat results:
root@cpro15623 [~]# vmstat
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
302 35      0 1022128 100784 1596548    0    0    23   282  750  877 28 58 14  0  1
Thanks everybody!
