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 pitrou
Recipients giampaolo.rodola, paul.moore, pitrou, steve.dower, tim.golden, yanirh, zach.ware
Date 2018-03-28.11:18:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522235924.68.0.467229070634.issue33166@psf.upfronthosting.co.za>
In-reply-to
Content
> os.cpu_count() reports 128 units
> psutil.cpu_count(logical=False) reports 20 units
> psutil.cpu_count(logical=True) reports 40 units

You mean os.cpu_count() reports *more* CPUs than exist on the machine? How can that happen?
History
Date User Action Args
2018-03-28 11:18:44pitrousetrecipients: + pitrou, paul.moore, giampaolo.rodola, tim.golden, zach.ware, steve.dower, yanirh
2018-03-28 11:18:44pitrousetmessageid: <1522235924.68.0.467229070634.issue33166@psf.upfronthosting.co.za>
2018-03-28 11:18:44pitroulinkissue33166 messages
2018-03-28 11:18:44pitroucreate