From da69279da52ab6b841ffe1f74745d9793b87bf42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 5 Mar 2005 23:11:37 +0000 Subject: [PATCH] - sample ulimit - fix rcs tag Changed files: apache.sysconfig -> 1.6 --- apache.sysconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache.sysconfig b/apache.sysconfig index 30e1903..33d5a50 100644 --- a/apache.sysconfig +++ b/apache.sysconfig @@ -14,3 +14,6 @@ HTTPD_OPTS="" # prefork, worker, perchild (experimental), metuxmpm (experimental) # (note that some may be not available) HTTPD_MPM="prefork" + +# perhaps set 128MB memory limit +#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000" -- 2.44.0