diff -ruN smeserver-clamav-2.4.0.old/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit smeserver-clamav-2.4.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit --- smeserver-clamav-2.4.0.old/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit 2013-01-31 13:31:43.000000000 -0800 +++ smeserver-clamav-2.4.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit 2014-07-03 15:42:32.000000000 -0700 @@ -1 +1 @@ -600000000 +700000000 diff -ruN smeserver-clamav-2.4.0.old/root/etc/e-smith/db/configuration/migrate/clamdMemLimit smeserver-clamav-2.4.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit --- smeserver-clamav-2.4.0.old/root/etc/e-smith/db/configuration/migrate/clamdMemLimit 2013-01-31 13:31:43.000000000 -0800 +++ smeserver-clamav-2.4.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit 2014-07-03 15:42:19.000000000 -0700 @@ -2,6 +2,6 @@ my $clamd = $DB->get('clamd'); return unless $clamd; - my $size = 600000000; + my $size = 700000000; $clamd->set_prop('MemLimit', $size) if $clamd->prop('MemLimit') < $size; }