Here were are going to create a 4GB SWAP memory. You can do this buy specifying a block size of 1GB with a count of 4. You can specify your own swap size.
sudo dd if=/dev/zero of=/swapfile bs=1G count=4
Enabling the Swap File
Make sure the file has proper permission.
sudo chmod 600 /swapfile
Now format the file so that operating system can understand this is a swap file .
sudo mkswap /swapfile
Now enable the swap memory
sudo swapon /swapfile
If you purchased hosting services from us, you can use the WP Toolkit to scan…
If multiple PHP versions are installed on your server you need to tell the composer…
Wordpress toolkit allows the installation, configuration, and management of Wordpress. The first step is to…
These instructions cover installing and configuring the OpenVPN Connect app Client-Side Configurations: Android There are…
This error may appear when you try to connect to Microsft SQL server or you…
Hello everyone, The COVID-19 should have affected almost everyone in a way or another. When…