Date: Mon, 19 Feb 2007 17:29:59 -0500 From: Mike Tancsa <mike@sentex.net> To: Francisco Reyes <lists@stringsutils.com> Cc: freebsd-isp@freebsd.org Subject: Re: Re: Clamav replacement for FreeBSD+postfix? Message-ID: <200702192231.l1JMVoWG022055@lava.sentex.ca> In-Reply-To: <cone.1171921551.955158.41200.5001@35st.simplicato.com> References: <cone.1171556679.453588.55347.1000@zoraida.natserv.net> <i2hat2l2ml6q1bfhv1t8ja63ghu5jdkocv@4ax.com> <cone.1171743956.652183.78181.1000@zoraida.natserv.net> <200702172201.l1HM1BnR009915@lava.sentex.ca> <cone.1171915729.745199.41200.5001@35st.simplicato.com> <200702192021.l1JKLAkQ021489@lava.sentex.ca> <cone.1171921551.955158.41200.5001@35st.simplicato.com>
next in thread | previous in thread | raw e-mail | index | archive | help
At 04:45 PM 2/19/2007, Francisco Reyes wrote: >Mike Tancsa writes: > >>Why do you need so much per server to do spam/virus scanning ? > >At several point in times (ie different clamav versions) clamav was >using more than 512MB and causing all kinds of problems because of >FreeBSD's default 512MB limit. We bumped the per program limit to >1.5MB and so far clamav has not exceeded that. Strange, our daemons dont grow that large. Are you using LDAP lookups or something like that compiled against it ? Looking at one box, running a dev version % clamd --version ClamAV devel-20070124/2607/Mon Feb 19 12:56:34 2007 Started Jan24th, its only at 119MB Its done about 94K messages today It usually hovers around 5-8 threads, depending on the time of day. Right now % ps -auxwwwH -p 13422 USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND clamav 13422 7.7 5.6 119460 116084 ?? Ss 24Jan07 8019:23.77 /usr/local/sbin/clamd clamav 13422 5.7 5.6 119460 116084 ?? Ss 24Jan07 8019:23.77 /usr/local/sbin/clamd clamav 13422 4.3 5.6 119460 116084 ?? Ss 24Jan07 8019:23.77 /usr/local/sbin/clamd clamav 13422 0.9 5.6 119460 116084 ?? Ss 24Jan07 8019:23.77 /usr/local/sbin/clamd clamav 13422 0.0 5.6 119460 116084 ?? Ss 24Jan07 8019:23.77 /usr/local/sbin/clamd clamav 13422 0.0 5.6 119460 116084 ?? Ss 24Jan07 8019:23.77 /usr/local/sbin/clamd % ldd /usr/local/sbin/clamd /usr/local/sbin/clamd: libclamav.so.1 => /usr/local/lib/libclamav.so.1 (0x28085000) libz.so.3 => /lib/libz.so.3 (0x280e6000) libbz2.so.2 => /usr/lib/libbz2.so.2 (0x280f7000) libgmp.so.7 => /usr/local/lib/libgmp.so.7 (0x28108000) libpthread.so.2 => /usr/lib/libthr.so.2 (0x28136000) libc.so.6 => /lib/libc.so.6 (0x28148000) and a version .90 started last Friday shows 74MB of mem usage. ---Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702192231.l1JMVoWG022055>