diff options
author | 2011-04-04 11:14:33 +0000 | |
---|---|---|
committer | 2011-04-04 11:14:33 +0000 | |
commit | 9db4ceb9bc71f7600239dd1bfa2b2ab6f191dd1e (patch) | |
tree | 4f0135f0dc23d8d882a31aebd7d7c30d0f03e5cf | |
parent | sysctl kern.pool_debug=0 will disable POOL_DEBUG on the fly (still defaults (diff) | |
download | wireguard-openbsd-9db4ceb9bc71f7600239dd1bfa2b2ab6f191dd1e.tar.xz wireguard-openbsd-9db4ceb9bc71f7600239dd1bfa2b2ab6f191dd1e.zip |
show how to disable pool_debug
-rw-r--r-- | etc/sysctl.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 7d2b5321b6b..ed92f14a411 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -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) |