/[smeserver]/rpms/e-smith-ntp/sme9/e-smith-ntp-2.4.0-Memlimit3.patch
ViewVC logotype

Contents of /rpms/e-smith-ntp/sme9/e-smith-ntp-2.4.0-Memlimit3.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Mar 22 16:17:27 2013 UTC (11 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-ntp-2_4_0-4_el6_sme, e-smith-ntp-2_4_0-7_el6_sme, e-smith-ntp-2_4_0-5_el6_sme, e-smith-ntp-2_4_0-6_el6_sme, HEAD
* Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme
- Increase memory limit [SME: 7502]

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)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed