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

Fixes 100% cpu usage on windows platform. #943

Merged
merged 2 commits into from Jan 6, 2024

Conversation

Victor333Huesca
Copy link
Contributor

Description

Due to how systeminformation spawns powershell processes to gather informations, cpu usage can go crazy on Windows.
When pooling for these infos, one should first call an init procedure to share a single shell, thus saving cpu resources.

See: sebhildebrandt/systeminformation#616

Also, add small feature to allow keyword based blacklisting of gpu model (to remove unwanted monitor being detected as gpu).

Related Issue(s)
#940

@MauriceNino MauriceNino changed the base branch from main to dev January 6, 2024 10:31
@MauriceNino MauriceNino merged commit 9c23e93 into MauriceNino:dev Jan 6, 2024
Copy link
Contributor

github-actions bot commented Jan 6, 2024

🎉 This issue has been resolved in version 5.3.0

Please check the changelog for more details.

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

Successfully merging this pull request may close these issues.

None yet

2 participants