Browse Source

show how to disable pool_debug

OPENBSD_5_0
deraadt 13 years ago
parent
commit
f54a24329e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/sysctl.conf

+ 2
- 1
src/etc/sysctl.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: sysctl.conf,v 1.50 2011/03/23 13:46:29 fgsch Exp $
# $OpenBSD: sysctl.conf,v 1.51 2011/04/04 11:14:33 deraadt Exp $
#
# This file contains a list of sysctl options the user wants set at
# boot time. See sysctl(3) and sysctl(8) for more information on
@ -35,3 +35,4 @@
#kern.nosuidcoredump=2 # 2=Put suid coredumps in /var/crash
#kern.watchdog.period=32 # >0=Enable hardware watchdog(4) timer if available
#kern.watchdog.auto=0 # 0=Disable automatic watchdog(4) retriggering
#kern.pool_debug=0 # 0=Disable pool corruption checks (faster)

Loading…
Cancel
Save