Advertisement
Querzion

etc-libvirt-hooks-qemu-d-winx-prepare-begin-isolstart.sh

Apr 5th, 2023
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | Source Code | 0 0
  1. # CPU PINNING   -   lscpu -e # Lock linux to only using 12 cores out of 24.
  2.  
  3. systemctl set-property --runtime -- user.slice AllowedCPUs=0-5,12-17
  4. systemctl set-property --runtime -- system.slice AllowedCPUs=0-5,12-17
  5. systemctl set-property --runtime -- init.scope AllowedCPUs=0-5,12-17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement