Revert feature affinity per core on windows

This commit is contained in:
Laurent Clouet
2017-10-26 15:41:06 +02:00
parent ba75059a0c
commit 8771d07a99
3 changed files with 0 additions and 29 deletions

View File

@@ -139,10 +139,6 @@ public class Windows extends OS {
else {
wproc.setPriority(WinProcess.PRIORITY_BELOW_NORMAL);
}
if (env != null) {
String cores = env.get("CORES");
wproc.setAffinity(Integer.parseInt(cores));
}
return p;
}