1 |
vip-ire |
1.1 |
diff -Nur e-smith-ntp-2.4.0/root/etc/e-smith/templates/var/service/ntpd/env/MEMLIMIT e-smith-ntp-2.4.0-mem/root/etc/e-smith/templates/var/service/ntpd/env/MEMLIMIT |
2 |
|
|
--- e-smith-ntp-2.4.0/root/etc/e-smith/templates/var/service/ntpd/env/MEMLIMIT 2013-03-22 16:39:22.076550882 +0100 |
3 |
|
|
+++ e-smith-ntp-2.4.0-mem/root/etc/e-smith/templates/var/service/ntpd/env/MEMLIMIT 2013-03-22 16:39:56.046911492 +0100 |
4 |
|
|
@@ -1,6 +1,6 @@ |
5 |
|
|
{ |
6 |
|
|
# memory limit to catch any memory leak before it kills the system |
7 |
|
|
- use constant MIN_MEMORY_LIMIT => 25000000; |
8 |
|
|
+ use constant MIN_MEMORY_LIMIT => 35000000; |
9 |
|
|
|
10 |
|
|
# If there is a memory limit in the database and it is below the minimum, delete it. |
11 |
|
|
if (defined $ntpd{MemLimit} && $ntpd{MemLimit} < MIN_MEMORY_LIMIT) |