Parent Directory | Revision Log | Revision Graph
* Tue Nov 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme - increase lower memory limit to 1GB [SME: 10833]
1 | diff -Nur smeserver-clamav-2.6.0.old/root/etc/e-smith/templates/var/service/clamd/env/MEMLIMIT smeserver-clamav-2.6.0/root/etc/e-smith/templates/var/service/clamd/env/MEMLIMIT |
2 | --- smeserver-clamav-2.6.0.old/root/etc/e-smith/templates/var/service/clamd/env/MEMLIMIT 2006-03-15 19:38:28.000000000 -0500 |
3 | +++ smeserver-clamav-2.6.0/root/etc/e-smith/templates/var/service/clamd/env/MEMLIMIT 2019-11-26 22:43:07.522000000 -0500 |
4 | @@ -1 +1 @@ |
5 | -{ $OUT = ($clamd{MemLimit} > "80000000") ? $clamd{MemLimit} : "80000000" } |
6 | +{ $OUT = ($clamd{MemLimit} > "100000000") ? $clamd{MemLimit} : "100000000" } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |