Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # CPU PINNING - lscpu -e # Lock linux to only using 12 cores out of 24.
- systemctl set-property --runtime -- user.slice AllowedCPUs=0-5,12-17
- systemctl set-property --runtime -- system.slice AllowedCPUs=0-5,12-17
- systemctl set-property --runtime -- init.scope AllowedCPUs=0-5,12-17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement