SolusVM has a bug that does not allows template installation to set up swap partition correctly. If you have a missing swap partition on your VPS, please follow these simple steps to create it.
swapoff /dev/vda2
mkswap /dev/vda2
swapon /dev/vda2
Verify Swap Partition
In order to verify your swap partition has been successfully created, please run the following command:
Add Comment