Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psutil : Added support to get CPU affinity for multi core servers #1599

Closed
wants to merge 2 commits into from

Conversation

ossdev07
Copy link

@ossdev07 ossdev07 commented Oct 4, 2019

[issue]
As per logic written in "test_cpu_affinity_all_combinations", it stores all the combinations in a list,
in our machine (having 96 cores) the process gets terminated because of out of memory issue
and we observed that it is working fine upto 8 core machines.

[Fix]
This issue is fixed by implementing the logic in which list will not be stored and combinations will be checked in run time

Signed-off-by: ossdev07 <ossdev@puresoftware.com>
@ossdev07 ossdev07 closed this Oct 4, 2019
@ossdev07 ossdev07 reopened this Oct 4, 2019
@giampaolo
Copy link
Owner

I added a fix for this some time ago. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants