clam anti-virus is slowing down my server performance significantly
Posted
by Scarface
on Server Fault
See other posts from Server Fault
or by Scarface
Published on 2010-06-11T14:54:39Z
Indexed on
2010/06/11
15:03 UTC
Read the original article
Hit count: 333
Hey guys, I just installed clam av http://sourceforge.net/projects/php-clamav/ for scanning file uploads on my linux VPN running php. The problem is that for some reason just initiating the extension in the php ini file slows down my entire network. Regular requests such as changing pages that should take less than 1 second take 5. Has anyone ever experienced this before or have a good virus scanning alternative for scanning file uploads?
extension=clamav.so
[clamav]
clamav.dbpath="/usr/share/clamav"
clamav.keeptmp=20
clamav.maxreclevel=16
clamav.maxfiles=10000
clamav.maxfilesize=26214400
clamav.maxscansize=104857600
clamav.keeptmp=0
© Server Fault or respective owner