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 --- e-smith-ntp-2.4.0/root/etc/e-smith/templates/var/service/ntpd/env/MEMLIMIT 2013-03-22 16:39:22.076550882 +0100 +++ 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 @@ -1,6 +1,6 @@ { # memory limit to catch any memory leak before it kills the system - use constant MIN_MEMORY_LIMIT => 25000000; + use constant MIN_MEMORY_LIMIT => 35000000; # If there is a memory limit in the database and it is below the minimum, delete it. if (defined $ntpd{MemLimit} && $ntpd{MemLimit} < MIN_MEMORY_LIMIT)