diff --git a/ansible/roles/bhyve/files/arch.conf b/ansible/roles/bhyve/files/arch.conf index 2104df9..447049e 100644 --- a/ansible/roles/bhyve/files/arch.conf +++ b/ansible/roles/bhyve/files/arch.conf @@ -31,3 +31,7 @@ bhyve_options="-s 2:0,virtio-net,netgraph,path=host_bridge1:,peerhook=link3" # Enable Sound # bhyve_options="-s 16,hda,play=/dev/dsp,rec=/dev/dsp" + +# Lower the priority of the VM [-20 highest, 20 only run when system idle] default: 0 +# +# priority="20"