• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Swap using drweb/mysqld

it-brockmann

New Pleskian
Hello

first i wish u a happy new year!

Im struggling with my vps swap using. My Hoster fixes the swap to 1 gb and vm.swapiness to 0.
But mysqld and drweb eats my swap, although there are more then 29gb ram free.

Any idea to fix this issue?


# for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done | sort -k 2 -n -r | less

mysqld 195316 kB
drwebd.real 158184 kB
drwebd.real 158128 kB
drwebd.real 131176 kB
/usr/sbin/spamd 44824 kB
named 18072 kB


# free -mt
total used free shared buff/cache available
Mem: 32768 3199 5834 681 23733 29271
Swap: 1024 427 596
Total: 33792 3627 6430
 
Back
Top