On 2/23/22 5:27 AM, Mary via mailop wrote:
> [...]
> I use them with Linode's smallest offering ($5 for a 1GB server) as a hosting 
> platform. But can't run ClamAV anti-virus because it requires at least 4GB of 
> ram to load its default data set.

For what it's worth, in my experience ClamAV/clamd becomes 100x happier
when I give it some swap into which to offload its "toxic waste":

$ ps u $(pgrep clamd)
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
clamav    1136  0.0 24.1 1645912 483592 ?      Ssl Jan19  21:27
/usr/sbin/clamd --foreground=true

$ free -m
               total        used        free      shared buff/cache
available
Mem:           1955         849         142 0         963         924
Swap:          2047        1156         891

Not the smallest AWS instance, but not far off (and I could possibly go
down a notch):

$ curl -s http://169.254.169.254/latest/meta-data/instance-type; echo
t3a.small

My $0.02,
Erwin

Get the 13 Email Threat Types eBook

https://www.barracuda.com/

This e-mail and any attachments to it contain confidential and proprietary 
material of Barracuda, its affiliates or agents, and is solely for the use of 
the intended recipient. Any review, use, disclosure, distribution or copying of 
this transmittal is prohibited except by or on behalf of the intended 
recipient. If you have received this transmittal in error, please notify the 
sender and destroy this e-mail and any attachments and all copies, whether 
electronic or printed.

________________________________
_______________________________________________
mailop mailing list
mailop@mailop.org
https://list.mailop.org/listinfo/mailop

Reply via email to