This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Manjusaka, christian.heimes, keirlawson, matrixise
Date 2019-04-03.17:05:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554311114.1.0.37624601408.issue36054@roundup.psfhosted.org>
In-reply-to
Content
The JVM parses cgroups information from the proc filesystem and evaluates CPU count from the cgroup cpu.shares and cpu.cfs.

https://github.com/openjdk/jdk/blob/d5686b87f31d6c57ec6b3e5e9c85a04209dbac7a/src/hotspot/os/linux/os_linux.cpp#L5304-L5336

https://github.com/openjdk/jdk/blob/2d5137e403e16b694800b2ffe18c3640396b757e/src/hotspot/os/linux/osContainer_linux.cpp#L517-L591
History
Date User Action Args
2019-04-03 17:05:14christian.heimessetrecipients: + christian.heimes, matrixise, Manjusaka, keirlawson
2019-04-03 17:05:14christian.heimessetmessageid: <1554311114.1.0.37624601408.issue36054@roundup.psfhosted.org>
2019-04-03 17:05:14christian.heimeslinkissue36054 messages
2019-04-03 17:05:14christian.heimescreate