Go for the auto-tuned `maxusers'. This at least fixes

the ``panic: timeout table full'' on Alphas.

Tested by:	wilko
This commit is contained in:
Ruslan Ermilov 2003-03-22 14:23:23 +00:00
parent ab0f83bd03
commit 4c9fbbd687
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112499
4 changed files with 0 additions and 17 deletions

View File

@ -54,11 +54,7 @@ sed \
-e '/ ums /d' \
-e '/ usb /d' \
-e '/ wb /d' \
-e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
# reset maxusers to something lower
echo "maxusers 2"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"

View File

@ -38,7 +38,6 @@ sed \
-e '/ ulpt /d' \
-e '/ urio /d' \
-e '/ uscanner /d' \
-e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
echo "options NETGRAPH"
@ -47,8 +46,5 @@ echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"
echo "options NO_COMPAT_FREEBSD4"
# reset maxusers to something lower
echo "maxusers 5"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"

View File

@ -38,7 +38,6 @@ sed \
-e '/ ulpt /d' \
-e '/ urio /d' \
-e '/ uscanner /d' \
-e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
echo "options NETGRAPH"
@ -47,8 +46,5 @@ echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"
echo "options NO_COMPAT_FREEBSD4"
# reset maxusers to something lower
echo "maxusers 5"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"

View File

@ -12,7 +12,6 @@ fi
if [ "${FDSIZE}" = "SMALL" ]; then
sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
-e '/maxusers/d' \
-e '/DEBUG/d' \
-e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
@ -78,7 +77,6 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
else
sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
-e '/maxusers/d' \
-e '/DEBUG/d' \
-e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
@ -125,8 +123,5 @@ echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"
echo "options NO_COMPAT_FREEBSD4"
# reset maxusers to something lower
echo "maxusers 5"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"