-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8, 9
OperatingSystemMXBean.getAvailableProcessors should return the number of processors made available to the process. Docker can place limits on it.
Mis-reporting the number can throw off heuristics for optimizing computations based on memory size and available processors.
It is hinted that the number of processors reported from /proc on linux reports the hardware processors not those permitted to the process.
sysconf(_SC_NPROCESSORS_CONF) may be more reliable in this case.
Mis-reporting the number can throw off heuristics for optimizing computations based on memory size and available processors.
It is hinted that the number of processors reported from /proc on linux reports the hardware processors not those permitted to the process.
sysconf(_SC_NPROCESSORS_CONF) may be more reliable in this case.
- duplicates
-
JDK-6515172 Runtime.availableProcessors() ignores Linux taskset command
- Resolved
- relates to
-
JDK-8146115 Improve docker container detection and resource configuration usage
- Resolved