diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit --- smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit 2007-04-18 14:59:03.000000000 -0600 +++ mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit 2007-04-18 14:58:29.000000000 -0600 @@ -1 +1 @@ -120000000 +250000000 diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit --- smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit 2007-04-18 14:59:03.000000000 -0600 +++ mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit 2007-04-18 14:58:43.000000000 -0600 @@ -1,5 +1,5 @@ { my $clamd = $DB->get('clamd'); return unless $clamd; - $clamd->set_prop('MemLimit', 120000000) if $clamd->prop('MemLimit') < 120000000; + $clamd->set_prop('MemLimit', 250000000) if $clamd->prop('MemLimit') < 250000000; }