getAvailableProcessors may incorrectly report the number of cpus in Docker container

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 8, 9
    • Component/s: hotspot

      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.

            Assignee:
            Unassigned
            Reporter:
            Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: