diff -Nur smeserver-clamav-2.4.0.old/root/etc/e-smith/templates/var/service/clamd/env/MEMLIMIT smeserver-clamav-2.4.0/root/etc/e-smith/templates/var/service/clamd/env/MEMLIMIT --- smeserver-clamav-2.4.0.old/root/etc/e-smith/templates/var/service/clamd/env/MEMLIMIT 2006-03-15 19:38:28.000000000 -0500 +++ smeserver-clamav-2.4.0/root/etc/e-smith/templates/var/service/clamd/env/MEMLIMIT 2019-11-26 22:43:07.522000000 -0500 @@ -1 +1 @@ -{ $OUT = ($clamd{MemLimit} > "80000000") ? $clamd{MemLimit} : "80000000" } +{ $OUT = ($clamd{MemLimit} > "100000000") ? $clamd{MemLimit} : "100000000" }