nodeaffinity icon indicating copy to clipboard operation
nodeaffinity copied to clipboard

Sets / Gets the CPU affinity for Node process

Results 2 nodeaffinity issues
Sort by recently updated
recently updated
newest added

I'm using this package to control the affinity of my main thread. This seems to work quite well with `partrt` from [rt-tools](https://github.com/OpenEneaLinux/rt-tools). I start node using `partrt` (`partrt -v run...

The current API uses a number as the processor mask, which doesn't work for system have more than 64 processors. Also on Win32, supporting > 64 cores need to use...