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

high cpu consumption #300

Open
archercreat opened this issue May 15, 2022 · 9 comments
Open

high cpu consumption #300

archercreat opened this issue May 15, 2022 · 9 comments
Labels
bug Something isn't working

Comments

@archercreat
Copy link

Version (which release did you use?)
Latest
Describe the bug
There seems to be 1 thread that constantly consumes 5% on my cpu
Untitled

Steps to reproduce the behavior:

.\download_release.ps1 master-release
start-process $("$env:APPDATA\nog\bin\nog.exe")

Expected behavior
Compared to other tilling managers for windows this should not be happening.

A clear and concise description of what you expected to happen.

Actual behavior

A clear and concise description of what you expected to happen.

@archercreat archercreat added the bug Something isn't working label May 15, 2022
@TimUntersberger
Copy link
Owner

Is the cpu usage increasing over time?

@archercreat
Copy link
Author

No, it stays 5% constantly. Looks like an infinite loop to me.
I've made a simple program that also consumes 5% on my cpu.

int main(int argc, char** argv)
{
	volatile int i = 0;
	while (1) {
		i++;
	}
}

image

@TimUntersberger
Copy link
Owner

Well nog is using an infinite loop. Did the cpu usage increase after a windows update or has it been the same for you?

@archercreat
Copy link
Author

No, i've just tried it recently and thought it was unusual that 1 thread consumes all cpu time

@TimUntersberger
Copy link
Owner

all cpu time

You mean 5% right?

@archercreat
Copy link
Author

archercreat commented May 19, 2022

all cpu time

You mean 5% right?

Yea I’ve noticed it because cpu fans went crazy

@archercreat
Copy link
Author

I have i9-10850K which has 10 cores 20 threads. So 5% cpu = 1 thread

@michaelrommel
Copy link

I have the same issue. Just downloaded nog, started it, activated work mode, fans spun up. It is unfortunately unusable in this state. From what I read, I really liked the minimal approach.

@GuiReboucas
Copy link

I have the same issue. Just downloaded nog, started it, activated work mode, fans spun up. It is unfortunately unusable in this state. From what I read, I really liked the minimal approach.

Also had the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants