Increase HZ_VM from 10 to 100. While 10 hz saves cpu time
under VM environments, it's too slow for FreeBSD to work properly. For example, ping at 10hz pings about every 600ms instead of about every second. Approved by: re (kib)
This commit is contained in:
parent
145c06379f
commit
13615958a8
@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$");
|
||||
# define HZ 100
|
||||
# endif
|
||||
# ifndef HZ_VM
|
||||
# define HZ_VM 10
|
||||
# define HZ_VM 100
|
||||
# endif
|
||||
#else
|
||||
# ifndef HZ_VM
|
||||
|
Loading…
x
Reference in New Issue
Block a user