enlight-cloud-hosting

While 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 count is the block size calculated as (1024 * 1.5)

Step 2:- #mkswap /swapfile

Step 3:- #chown root:root /swapfile

Step 4:- #chmod 0600 /swapfile1

Step 5:- #swapon /swapfile1

Step 6:- #vi /etc/fstab

Enter this at the end of file "/swapfile1 swap swap defaults 0 0"

Step 7:- # mount -a or

Step 8:- free -m (check swap file size for your confirmation)

Step 9:- This has been done Cheers !!!

Incoming searches related to how to increase swap file size in linux

  • change swap file size linux
  • linux swap file size ubuntu
  • swap partition size linux

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How Do I See What Apps Are Installed In My Plesk Reseller Account

This guide will teach you how to see What Apps Are Installed In My Plesk…

How to Bind Multiple IPs to a Server

Binding multiple IP addresses to a server allows you to host multiple websites, applications, or…

How to change DNS setting in cPanel?

Go to cPanel >> Click on “Advanced DNS Zone Editor” Once you will click on…