Increase swap File Partition on eNlight (or plane Linux Server)
Posted onWhile increasing Swap File on the Server, first you need to check there should be enough free space (larger than new swap size) available on the partition. Follow the below steps: Step 1:- #dd if=/dev/zero of=/swapfile bs=1024 count=1572864 This command is for creating the free space for file /swapfile to 1.5 GB Please note that […]