Hi there,
On Mon, 1 Mar 2021, Michael Kyriacou via clamav-users wrote:
... clamav 103.1 on ubuntu 20.04. I am getting “can’t allocate
memory errors” on very large files ( 10GB +). I thought clamdscan
was supposed to skip files that are larger than what you set the
maxfilesize/maxscansize to.
I was not aware of any other way to avoid scanning large files. Where can I
find such solutions?
On Tue, Mar 2, 2021 at 4:08 AM G.W. Haywood via clamav-users <
clamav-users@lists.clamav.net> wrote:
> Hi there,
>
> On Mon, 1 Mar 2021, Michael Kyriacou via clamav-users wrote:
>
> > ... clamav 103.1
Hello Michael
Le 02/03/2021 à 13:44, Michael Kyriacou via clamav-users a écrit :
I was not aware of any other way to avoid scanning large files. Where
can I find such solutions?
As an example scan all files below 50Mb :
find /your_path -type f -size -50M|parallel clamdscan -mi --fdpass
--no-s
Hi there,
On Tue, 2 Mar 2021, Michael Kyriacou via clamav-users wrote:
On Tue, Mar 2, 2021 at 4:08 AM G.W. Haywood via clamav-users wrote:
On Mon, 1 Mar 2021, Michael Kyriacou via clamav-users wrote:
... clamav 103.1 on ubuntu 20.04. I am getting “can’t allocate
memory errors” on very large f
My scanners have 16vcpus and 64 GB Ram allocated to them. (Each) I noticed
that the clamd process actually began hanging on some of the scanners. This
slowed the scanning by a lot. looking at the log, the only thing it says is
“... sleep”. After 5-10 minutes it will continue, and then pause again.
Hi there,
On Tue, 2 Mar 2021, Michael Kyriacou via clamav-users wrote:
On Tue, Mar 2, 2021 at 9:40 AM G.W. Haywood via clamav-users wrote:
On Tue, 2 Mar 2021, Michael Kyriacou via clamav-users wrote:
On Tue, Mar 2, 2021 at 4:08 AM G.W. Haywood via clamav-users wrote:
On Mon, 1 Mar 2021, Micha
I am scanning large Data sets for a company. These file systems have
hundreds of thousands of files in them. Most files are small in size, <1GB,
while a few are large, >10GB. Most files are documents, archives, and
executables. I am scanning them to detect if there are any malware.
These are virtu