
clamav-daemon
- myVesta
- Site Admin
- Posts: 972
- Joined: Fri Jun 19, 2020 9:59 am
- Has thanked: 10 times
- Been thanked: 6 times
yes, 2GB RAM is not enough to run clamav.
eventually you can make a swap:
eventually you can make a swap:
Code: Select all
dd if=/dev/zero of=/swapfile1 bs=1024 count=1048576
chown root:root /swapfile1
chmod 0600 /swapfile1
mkswap /swapfile1
swapon /swapfile1
echo "/swapfile1 none swap sw 0 0" >> /etc/fstab
I'm change my ram to 4 gb good ?dpeca wrote: ↑Mon Dec 14, 2020 8:11 pm yes, 2GB RAM is not enough to run clamav.
eventually you can make a swap:Code: Select all
dd if=/dev/zero of=/swapfile1 bs=1024 count=1048576 chown root:root /swapfile1 chmod 0600 /swapfile1 mkswap /swapfile1 swapon /swapfile1 echo "/swapfile1 none swap sw 0 0" >> /etc/fstab