Also a note to add if I don't add this as a hookscript to every container I can only start the container once and otherwise would get an error
#!/bin/bash
VMID="$1"
VM_ACTION="$2"
if [[ "$VM_ACTION" == "post-stop" ]]; then
sleep 1s
cset set -d "$VMID" -r --force
sleep 1s
fi...
Hi
I'm using proxmox to host multiple LXC's and VM's, in order to get good gaming performance on my windows VM I am using cset and taskset to pin the windows cores to the last 8c/16t of my cpu. I have run into an issue with cset and lxc containers where if I define a slice for the windows VM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.