- Server operating system version
- Debian 10.13
- Plesk version and microupdate number
- Plesk Obsidian 18.0.49 Update #2
Hi,
I have 2 server :
One dedicated running on Ubuntu 20.04.5 LTS with 125.71 GB of memory and 512.00 MB of swap memory (used at 20%) : this one hosting 6 websites
One is a VPS on cloud services on Debian 10.13 with 30 GB of memory and 1GB of Swap memory (used at 100%) : this hosting 14 websites
My question is mainly on the second server.
I would like to increase the swap memory by following this : Swap - Debian Wiki
But when I run this command, nothing happen
So if I run this command i get :
And then I checked this file, but not sure about the details of it :
I would try to increase the swap memory at least to 4 194 304 kilobytes
I have 2 server :
One dedicated running on Ubuntu 20.04.5 LTS with 125.71 GB of memory and 512.00 MB of swap memory (used at 20%) : this one hosting 6 websites
One is a VPS on cloud services on Debian 10.13 with 30 GB of memory and 1GB of Swap memory (used at 100%) : this hosting 14 websites
My question is mainly on the second server.
I would like to increase the swap memory by following this : Swap - Debian Wiki
But when I run this command, nothing happen
Plesk running on sda1root@:~# swapon -a
root@:~#
root@:/# cat /proc/partitions
major minor #blocks name
8 0 1048576000 sda
8 1 1048574959 sda1
So if I run this command i get :
root@:/# swapon /dev/sda1
swapon: /dev/sda1: read swap header failed
root@:/#
And then I checked this file, but not sure about the details of it :
# /etc/fstab: static file system information.
UUID=af5f8c82-a495-40e0-b3e6-f361abeec5a4 / ext4 errors=remount-ro 0 1
//swapfile none swap sw 0 0
I would try to increase the swap memory at least to 4 194 304 kilobytes