Updated release note: Auto-tuning maxusers now maxes out at 384.

This commit is contained in:
Bruce A. Mah 2002-01-25 18:27:45 +00:00
parent 4ed955372c
commit cdd27ea438
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89790
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@
<para>Specifying a value of <literal>0</literal> for the
<varname>maxusers</varname> kernel configuration parameter will
now cause an appropriate value to be calculated at boot-time
(between 32 and 512, depending on the amount of memory present).
(between 32 and 384, depending on the amount of memory present).
This value is now the default for all
<filename>GENERIC</filename> kernels. &merged;</para>

View File

@ -169,7 +169,7 @@
<para>Specifying a value of <literal>0</literal> for the
<varname>maxusers</varname> kernel configuration parameter will
now cause an appropriate value to be calculated at boot-time
(between 32 and 512, depending on the amount of memory present).
(between 32 and 384, depending on the amount of memory present).
This value is now the default for all
<filename>GENERIC</filename> kernels. &merged;</para>