From a05f4bfd50660bdae85c911170f1db739f83b3b2 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 15 Dec 2022 18:32:38 -0500 Subject: [PATCH] Add a comment about priority in the vm-bhyve template. --- ansible/roles/bhyve/files/arch.conf | 4 ++++ 1 file changed, 4 insertions(+) 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"