Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8140793

getAvailableProcessors may incorrectly report the number of cpus in Docker container

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 8, 9
    • 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.

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

              Created:
              Updated:
              Resolved: