• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Typical size of clamav files

mirazbira

New Pleskian
Hello guys, I would like ask you what is typical size of clamav files "main.cld" and "daily.cld" on your server ? Is it normal that size of each file is almost 400 MB ? Can this size be reduced ? I use clamav on small webserver with about 10 websites. Lets say simple I am looking to clean up some space on server. And it seems clamav take up a quite a lot of space from my point of view .
 
hello Mirazbira,
I've found too old thread. But probably nothing was changed since this time.
in two words, looks like updates for signatures are not rotated/compacted automatically.

on my Ubuntu 20.04 after fresh clamav installation it is about 100Mb each:
:~# ls -lah /var/lib/clamav/
total 214M
drwxr-xr-x 2 clamav clamav 4.0K Apr 20 04:10 .
drwxr-xr-x 52 root root 4.0K Apr 20 04:09 ..
-rw-r--r-- 1 clamav clamav 287K Apr 20 04:10 bytecode.cvd
-rw-r--r-- 1 clamav clamav 101M Apr 20 04:09 daily.cvd
-rw-r--r-- 1 clamav clamav 113M Apr 20 04:10 main.cvd

so, probably if you are not using self-written signatures , you can try to remove these files and download fresh updates from clamav servers.
It should help to reduce size about twice.

p.s> probably it would be a good idea not to remove them first time, before you will be sure that it works.
 
Back
Top