1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

fix tinderbox

This commit is contained in:
Kip Macy 2006-11-11 05:35:39 +00:00
parent 7c0435b933
commit 07dba9373e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164160

View File

@ -241,9 +241,9 @@ options WITNESS
options WITNESS_KDB options WITNESS_KDB
options WITNESS_SKIPSPIN options WITNESS_SKIPSPIN
# MUTEX_PROFILING - Profiling mutual exclusion locks (mutexes). See # LOCK_PROFILING - Profiling locks. See
# MUTEX_PROFILING(9) for details. # MUTEX_PROFILING(9) for details.
options MUTEX_PROFILING options LOCK_PROFILING
# Set the number of buffers and the hash size. The hash size MUST be larger # Set the number of buffers and the hash size. The hash size MUST be larger
# than the number of buffers. Hash size should be prime. # than the number of buffers. Hash size should be prime.
options MPROF_BUFFERS="1536" options MPROF_BUFFERS="1536"