blob: dbd39b29c0595f5e006c88ef40b72e08556195b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- examples/init-script.in.orig Sat Sep 7 02:04:17 2002
+++ examples/init-script.in Sat Sep 7 02:05:03 2002
@@ -37,7 +37,7 @@
MULTIPLEXOR=yes
# Run the multiplexor and filters as this user, not root. RECOMMENDED
-# MX_USER=@DEFANGUSER_DEFAULT@
+MX_USER=@DEFANGUSER_DEFAULT@
# If you want to keep spool directories around if the filter fails,
# set the next one to yes
@@ -99,11 +99,11 @@
# Limit slave processes' resident-set size to this many kilobytes. Default
# is unlimited.
-# MX_MAX_RSS=10000
+MX_MAX_RSS=10000
# Limit total size of slave processes' memory space to this many kilobytes.
# Default is unlimited.
-# MX_MAX_AS=30000
+MX_MAX_AS=30000
# Number of seconds a process should be idle before checking for
# minimum number and killed
|