RAM usage of all services
RAM usage of all services
how much need ram for myvestacp?
Re: vestacp ram
just for myvestacp or for all installed services?
Re: vestacp ram
Default install: about 1400 MB in RAM (but easily it can grow above 2GB, specially ClamAV can eat from 800 MB up to 1500 MB)
Without ClamAV: 300 to 400 MB in RAM
Without ClamAV: 300 to 400 MB in RAM
Re: RAM usage of all services
Yes.
2GB is enough too.
If you have 2GB of RAM, just don't install ClamAV.
Or stop ClamAV and disable, if it's already installed:
2GB is enough too.
If you have 2GB of RAM, just don't install ClamAV.
Or stop ClamAV and disable, if it's already installed:
Code: Select all
systemctl stop clamav-daemon.service
systemctl disable clamav-daemon.service
systemctl stop clamav-freshclam.service
systemctl disable clamav-freshclam.service
sed -i "s/^CLAMD =/#CLAMD =/g" /etc/exim4/exim4.conf.template
systemctl restart exim4