Jump to content

Recommended Posts

Posted

I logged in to SSH and noticed that clamd was using about 500 MB of your 1024 MB memory. I ran the following commands to disable it.

root@vps107:~# systemctl stop clamav-daemon.service
Stopping 'clamav-daemon.service', but its triggering units are still active:
clamav-daemon.socket
root@vps107:~# systemctl stop clamav-daemon.socket
root@vps107:~# systemctl disable clamav-daemon.service
Synchronizing state of clamav-daemon.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install disable clamav-daemon
Removed "/etc/systemd/system/sockets.target.wants/clamav-daemon.socket".
Removed "/etc/systemd/system/multi-user.target.wants/clamav-daemon.service".
root@vps107:~# systemctl disable clamav-daemon.socket

If you're not familiar clamav is an antivirus software that uses massive amounts of memory. We don't recommend running it on 1 GB memory VPS because it doesn't leave much memory to run anything else. If you want to upgrade to a higher amount of memory you can do so at https://heliohost.org/dashboard/upgrade/

  • Krydos changed the title to [Solved] VPS not responding to SSH
  • Krydos locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...