Linux Fork issue: Any customer having this issue should increase their swap from 512 to at least 1GB or 2GB. (2 recommended) To work around this issue we can manually add additional swap space with the following commands: sudo dd if=/dev/zero of=/swapfile2 bs=1M count=1024 sudo chmod 600 /swapfile2sudo mkswap /swapfile2echo $’/swapfile2\tswap\tswap\tdefaults\t0\t0′ | sudo tee –append… Continue reading Fork error issue