1 |
wellsi |
1.1 |
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 |
2 |
|
|
--- smeserver-clamav-2.4.0.old/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit 2013-01-31 13:31:43.000000000 -0800 |
3 |
|
|
+++ smeserver-clamav-2.4.0/root/etc/e-smith/db/configuration/defaults/clamd/MemLimit 2014-07-03 15:42:32.000000000 -0700 |
4 |
|
|
@@ -1 +1 @@ |
5 |
|
|
-600000000 |
6 |
|
|
+700000000 |
7 |
|
|
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 |
8 |
|
|
--- smeserver-clamav-2.4.0.old/root/etc/e-smith/db/configuration/migrate/clamdMemLimit 2013-01-31 13:31:43.000000000 -0800 |
9 |
|
|
+++ smeserver-clamav-2.4.0/root/etc/e-smith/db/configuration/migrate/clamdMemLimit 2014-07-03 15:42:19.000000000 -0700 |
10 |
|
|
@@ -2,6 +2,6 @@ |
11 |
|
|
my $clamd = $DB->get('clamd'); |
12 |
|
|
return unless $clamd; |
13 |
|
|
|
14 |
|
|
- my $size = 600000000; |
15 |
|
|
+ my $size = 700000000; |
16 |
|
|
$clamd->set_prop('MemLimit', $size) if $clamd->prop('MemLimit') < $size; |
17 |
|
|
} |