all: here is my server memory info with \'free -m\'
total used free shared buffers cached Mem: 64433 4925
Modify /etc/sysctl.conf and add:
/etc/sysctl.conf
vm.overcommit_memory=1
Then restart sysctl with:
On FreeBSD:
sudo /etc/rc.d/sysctl reload
On Linux:
sudo sysctl -p /etc/sysctl.conf