Comment Re:Disk buffers & memory subsystem updated?? (Score 4, Informative) 244
Configure kswapd.
For example, add the following to /etc/sysctl.conf
vm.kswapd = 12800 512 8
When no free memory, kswapd will free more
memory than that in default.
For example, add the following to
vm.kswapd = 12800 512 8
When no free memory, kswapd will free more
memory than that in default.