Re: [clamav-users] Limit memory usage of Clamd

2021-06-21 Thread G.W. Haywood via clamav-users
Hi there, On Mon, 21 Jun 2021, Kosala Lakshitha De Silva via clamav-users wrote: ... without disabling clam demon, is there a way to reduce the memory footprint? Yes, but you're really not going to like it. ClamAV primarily operates by scanning data for signatures. These are (more or less)

Re: [clamav-users] Limit memory usage of Clamd

2021-06-21 Thread Matus UHLAR - fantomas
On 21.06.21 08:00, Kosala Lakshitha De Silva via clamav-users wrote: I have installed ClamAV on a container (runs on alpine). Also I have a web service running in the same container which is used to expose scanning to outside. I am using clam demon to do the scanning. (via TCP socket) When I run

[clamav-users] clamdscan "Can't get file status ERROR"

2021-06-21 Thread Roger Rutishauser
Hi, I'm using ClamAV 0.101.1/26207 with default clamd.config settings (except for enhanced logging) I have a PDF (size: 2 GB, PUID fmt/478, PDF/A) which can not be scanned, and I don't know why. Maybe you could help me somehow? All the other PDFs do not throw an error. Log: Mon Jun 21 16:50:30 2

Re: [clamav-users] clamdscan "Can't get file status ERROR"

2021-06-21 Thread Andrew C Aitchison via clamav-users
On Mon, 21 Jun 2021, Roger Rutishauser wrote: I'm using ClamAV 0.101.1/26207 with default clamd.config settings (except for enhanced logging) Please update to the latest version 0.103.2 See many recent messages in this list - you could be blocked for using an older version. I have a PDF (siz

Re: [clamav-users] clamdscan "Can't get file status ERROR"

2021-06-21 Thread G.W. Haywood via clamav-users
Hi there, On Mon, 21 Jun 2021, Andrew C Aitchison via clamav-users wrote: On Mon, 21 Jun 2021, Roger Rutishauser wrote: I'm using ClamAV 0.101.1/26207 with default clamd.config settings (except for enhanced logging) Please update to the latest version 0.103.2 ... +1 I have a PDF (size: 2

[clamav-users] ClamAV® blog: ClamAV 0.103.3 patch release

2021-06-21 Thread Joel Esler (jesler) via clamav-users
> > https://blog.clamav.net/2021/06/clamav-01033-patch-release.html > > > ClamAV 0.103.3 patch release > > ClamAV 0.103.3 is out now. Users can head over to clamav.net/downloads > to download

Re: [clamav-users] Limit memory usage of Clamd

2021-06-21 Thread Kosala Lakshitha De Silva via clamav-users
Thank you for your very detailed reply. It did clear up things for me. On Mon, Jun 21, 2021 at 6:03 PM Matus UHLAR - fantomas wrote: > On 21.06.21 08:00, Kosala Lakshitha De Silva via clamav-users wrote: > >I have installed ClamAV on a container (runs on alpine). Also I have a web > >service run