You are not logged in.
Pages: 1
Hello,
I'm running postfix+clamsmtp+clamd on my server. Everything is OK except clamd's memory usage.
When i start clamd, it starts by using 131 MB of RAM.
Here's my conf: (used sed -e 's/#.*//' -e 's/[ ^I]*$//' -e '/^$/ d' to remove comments)
LogFile /var/log/clamav/clamd.log
LogTime yes
PidFile /var/run/clamav/clamd.pid
TemporaryDirectory /tmp
LocalSocket /var/lib/clamav/clamd.sock
MaxThreads 5
User clamavAny suggestions?
Offline
you can try setting a lower amount of threads to see if it helps.
Offline
It doesnt help ![]()
Offline
it could be that clamd is loading all virus db's in memory, you can check the man pages for clamd.conf to see if there is some specific setting that throttles memory usage, are you experiencing slow program starts because of the memory usage, whats your max ram?
Offline
Pages: 1