[PC-BSD Commits] r8208 - in pcbsd: current/system-overlay/etc stable/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 14 08:34:29 PST 2010
Author: kris
Date: 2010-12-14 08:34:29 -0800 (Tue, 14 Dec 2010)
New Revision: 8208
Modified:
pcbsd/current/system-overlay/etc/sysctl.conf
pcbsd/stable/system-overlay/etc/sysctl.conf
Log:
Increase the maxproc to 10k by default
Modified: pcbsd/current/system-overlay/etc/sysctl.conf
===================================================================
--- pcbsd/current/system-overlay/etc/sysctl.conf 2010-12-14 16:17:43 UTC (rev 8207)
+++ pcbsd/current/system-overlay/etc/sysctl.conf 2010-12-14 16:34:29 UTC (rev 8208)
@@ -14,6 +14,9 @@
# Up the maxfiles to 4x default
kern.maxfiles=49312
+# Bump up process max
+kern.maxproc=10000
+
# Allow users to mount CD's
vfs.usermount=1
Modified: pcbsd/stable/system-overlay/etc/sysctl.conf
===================================================================
--- pcbsd/stable/system-overlay/etc/sysctl.conf 2010-12-14 16:17:43 UTC (rev 8207)
+++ pcbsd/stable/system-overlay/etc/sysctl.conf 2010-12-14 16:34:29 UTC (rev 8208)
@@ -14,6 +14,9 @@
# Up the maxfiles to 4x default
kern.maxfiles=49312
+# Bump up process max
+kern.maxproc=10000
+
# Allow users to mount CD's
vfs.usermount=1
More information about the Commits
mailing list