Add a line to sysctl.conf.
This commit is contained in:
parent
79b1dbe260
commit
6d3ed5c5d6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39677
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue