svn commit: r39677 - head/en_US.ISO8859-1/articles/portbuild
Mark Linimon
linimon at FreeBSD.org
Sun Oct 7 16:21:39 UTC 2012
Author: linimon
Date: Sun Oct 7 16:21:38 2012
New Revision: 39677
URL: http://svn.freebsd.org/changeset/doc/39677
Log:
Add a line to sysctl.conf.
Modified:
head/en_US.ISO8859-1/articles/portbuild/article.xml
Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Oct 7 16:10:33 2012 (r39676)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Oct 7 16:21:38 2012 (r39677)
@@ -2737,7 +2737,8 @@ console="vidconsole,comconsole"</screen>
<step>
<para>Add the following to <filename>/etc/sysctl.conf</filename>:<screen>
-kern.maxfiles=40000</screen>
+kern.maxfiles=40000
+kern.maxfilesperproc=38000</screen>
</para>
</step>
More information about the svn-doc-head
mailing list