Answers for "The following exception is caused by a lack of memory and not having swap configured"

1

The following exception is caused by a lack of memory and not having swap configured

/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
/sbin/mkswap /var/swap.1
/sbin/swapon /var/swap.1
Posted by: Guest on May-07-2020

Code answers related to "The following exception is caused by a lack of memory and not having swap configured"

Code answers related to "Javascript"

Browse Popular Code Answers by Language