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" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
