Polling is now configured with help of ifconfig(8), not sysctl.
Prodded by: maxim
This commit is contained in:
parent
6e65f82cd1
commit
9c26aa3c12
@ -76,10 +76,10 @@ cpu HAMMER # aka K8, aka Opteron & Athlon64
|
|||||||
# potential increase in response times.
|
# potential increase in response times.
|
||||||
# It is strongly recommended to use HZ=1000 or 2000 with DEVICE_POLLING
|
# It is strongly recommended to use HZ=1000 or 2000 with DEVICE_POLLING
|
||||||
# to achieve smoother behaviour.
|
# to achieve smoother behaviour.
|
||||||
# Additionally, you can enable/disable polling at runtime with the
|
# Additionally, you can enable/disable polling at runtime with help of
|
||||||
# sysctl variable kern.polling.enable (defaults off), and select
|
# the ifconfig(8) utility, and select the CPU fraction reserved to
|
||||||
# the CPU fraction reserved to userland with the sysctl variable
|
# userland with the sysctl variable kern.polling.user_frac
|
||||||
# kern.polling.user_frac (default 50, range 0..100).
|
# (default 50, range 0..100).
|
||||||
#
|
#
|
||||||
# Not all device drivers support this mode of operation at the time of
|
# Not all device drivers support this mode of operation at the time of
|
||||||
# this writing. See polling(4) for more details.
|
# this writing. See polling(4) for more details.
|
||||||
|
@ -189,10 +189,10 @@ options PERFMON
|
|||||||
# potential increase in response times.
|
# potential increase in response times.
|
||||||
# It is strongly recommended to use HZ=1000 or 2000 with DEVICE_POLLING
|
# It is strongly recommended to use HZ=1000 or 2000 with DEVICE_POLLING
|
||||||
# to achieve smoother behaviour.
|
# to achieve smoother behaviour.
|
||||||
# Additionally, you can enable/disable polling at runtime with the
|
# Additionally, you can enable/disable polling at runtime with help of
|
||||||
# sysctl variable kern.polling.enable (defaults off), and select
|
# the ifconfig(8) utility, and select the CPU fraction reserved to
|
||||||
# the CPU fraction reserved to userland with the sysctl variable
|
# userland with the sysctl variable kern.polling.user_frac
|
||||||
# kern.polling.user_frac (default 50, range 0..100).
|
# (default 50, range 0..100).
|
||||||
#
|
#
|
||||||
# Not all device drivers support this mode of operation at the time of
|
# Not all device drivers support this mode of operation at the time of
|
||||||
# this writing. See polling(4) for more details.
|
# this writing. See polling(4) for more details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user