technique-web
New Pleskian
Hi,
By default my server (debian 10) came with 1Gb of swap. I ran this :
Runnig htop shows the new swp size : 8Gb !
But in plesk monitor I still have only 1Gb. After a server reboot, both htop and plesk show 1Gb !!
How can I force the system to keep the new swap partition ?
By default my server (debian 10) came with 1Gb of swap. I ran this :
Code:
dd if=/dev/zero of=/swap bs=1M count=8000
mkswap /swap
chmod 0600 /swap
swapon /swap
But in plesk monitor I still have only 1Gb. After a server reboot, both htop and plesk show 1Gb !!
How can I force the system to keep the new swap partition ?