Add a line to sysctl.conf.

This commit is contained in:
Mark Linimon 2012-10-07 16:21:38 +00:00
parent 79b1dbe260
commit 6d3ed5c5d6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39677

View file

@ -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>