On some of my old guest VM running on VMware Fusion (Mac), /boot/loader.conf contains:
But now I'm installing a couple of new virtual machines on a new ESXi box and need to know if I still need to set it on these new guests.
Thanks
Code:
kern.hz=100
But now I'm installing a couple of new virtual machines on a new ESXi box and need to know if I still need to set it on these new guests.
- What is kern.hz exactly?
- Why does it need to be set on a VM?
- Some people use
Code:
kern.hz=100
Code:kern.hz=50
- What is the default value, when not specifying it explicitly?
- Is this still necessary today for a FreeBSD 9.2 guest running on an ESXi 5.5 host?
Thanks