Use right tags for some command-line activities.
This commit is contained in:
parent
e1184971b5
commit
92cacb0de0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30653
1 changed files with 4 additions and 4 deletions
|
@ -2391,13 +2391,13 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
|
|||
|
||||
<para>To see the current number of vnodes in use:</para>
|
||||
|
||||
<programlisting>&prompt.root; sysctl vfs.numvnodes
|
||||
vfs.numvnodes: 91349</programlisting>
|
||||
<screen>&prompt.root; <userinput>sysctl vfs.numvnodes</userinput>
|
||||
vfs.numvnodes: 91349</screen>
|
||||
|
||||
<para>To see the maximum vnodes:</para>
|
||||
|
||||
<programlisting>&prompt.root; sysctl kern.maxvnodes
|
||||
kern.maxvnodes: 100000</programlisting>
|
||||
<screen>&prompt.root; <userinput>sysctl kern.maxvnodes</userinput>
|
||||
kern.maxvnodes: 100000</screen>
|
||||
|
||||
<para>If the current vnode usage is near the maximum, increasing
|
||||
<varname>kern.maxvnodes</varname> by a value of 1,000 is
|
||||
|
|
Loading…
Reference in a new issue