SOURCES: multipathd.sysconfig (NEW) - set default fds limit to 4096

glen glen at pld-linux.org
Fri Oct 26 14:49:31 CEST 2007


Author: glen                         Date: Fri Oct 26 12:49:31 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- set default fds limit to 4096

---- Files affected:
SOURCES:
   multipathd.sysconfig (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/multipathd.sysconfig
diff -u /dev/null SOURCES/multipathd.sysconfig:1.1
--- /dev/null	Fri Oct 26 14:49:31 2007
+++ SOURCES/multipathd.sysconfig	Fri Oct 26 14:49:26 2007
@@ -0,0 +1,9 @@
+# Customized settings for multipathd
+
+# Define nice level for multipathd
+SERVICE_RUN_NICE_LEVEL="+0"
+
+# Set the maximum number of open files
+MAX_OPEN_FDS=4096
+
+SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n $MAX_OPEN_FDS"
================================================================


More information about the pld-cvs-commit mailing list