Hmm, so we need to identify the root cause since we are not able to reproduce the issue in our tests.
To support, we need more information.
The ulimit -d is set so that is ruled out.
1: Have you set any MaxDataSize, MaxFileSize, or MaxRecursion in clamd.conf? If yes, how much is that?
2: Can you run the scan let's say clamscan /opt/app/bin/data01
and then simultaneously paste the outputs of lsps -a
and vmstat 1 10
?
3: Also, vmstat -v
will be useful.
We want to see if memory issues indeed exist. If while running clamd you see something like 95%+ use in lsps -a
, then it might be the root cause.
Let me know before we can go into other things.