Increase Free Memory
Add the following line to
/etc/sysctl.conf
(the kernel sysctl configuration file):
vm.min_free_kbytes = 4096
At the root command line prompt, enter:
#
echo 4096 > /proc/sys/vm/min_free_kbytes