I want disable 1 core of cpu for OS completely and assign this core to my java thread.
I have seen this stackoverflow solution as "Linux only" and not java based
https://stackoverflow.com/questions/9072060/one-core-exclusively-for-my-process
Can we add these instructions on Thread Affinity as "Native"
Also for Windows and Solaris ?
I want disable 1 core of cpu for OS completely and assign this core to my java thread.
I have seen this stackoverflow solution as "Linux only" and not java based
https://stackoverflow.com/questions/9072060/one-core-exclusively-for-my-process
Can we add these instructions on Thread Affinity as "Native"
Also for Windows and Solaris ?