-
Notifications
You must be signed in to change notification settings - Fork 18
Shoes high CPU utilization #387
New issue
8000Have 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
Comments
This might need more testing because CPU usage is not warrant of a problem. Each operating system has its own strategy to deal with the foreground application. Windows may simply allocate more CPU because it is in foreground and no other application is needing CPU. You might want to try to minimize it first and see whether it goes down or not. You might also want to try with other applications running and see whether it interferes or not. Was the previous version of Shoes a problem? |
Windows disk I/O isn't that great by the way. That could explain the peek. :) If it's a laptop, it's probably a 5400 RPM HDD. Terribly slow. You might want to check starting other apps and compare. I can't even test on my computers. They ain't waiting for no one with their RAIDs and SSDs. |
I was on 3.3.3 and after the issue was noticed I decided to upgrade. It is not laptop it is standard tower pc. HDD is 7200 but it is old (~5 years). When I am back at the other machine I will move the app on the SSD and see if there is difference. It is possible that the time has come for a new HDD. |
This is what I suspect. You might have bad blocks on this old HDD causing the OS to read more frequently. Once again Windows is pretty bad with such things. |
I do not have a clue what is going on. Unless I get some revelation the next few days I will be closing this one. |
You might want to leave this issue open. It needs further investigation. |
You could try the Shoes profiling ability. - Instructions are somewhere on the wiki. |
Looks like it draws a lot, but we knew that. It doesn't look unusual to me so it's not likely be your program, unless there was a lot of paging and with 8GB, probably not. On my VM, win7, idle shoes splash screen can get to 100% of one cpu core. Not good. I did change Windows polling of events in 3.3.4 (or 3.3.3 ?) to improve download speed and that may be the cause. I can test that. |
* idle Shoes drops from one core (100%) to < 2%
@dredknight , new beta 3.3.5 for windows should reduce your cpu consumption. Built from master so none of that event drama. Let me know what it does for you. |
@ccoupe what kind of sorcery is this? It works! When idle (maximized or minimized) CPU usage is 0%. It gets triggered only when computing events. |
Closing. |
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
Just noticed that when Shoes app is launched CPU goes 40% higher and stays there.
It happens on both my apps and Shoes manual too.
CPU util with no shoes app - ~20%
CPU util with shoes app active (just started no clicking or animation) ~60-70%
Why is this happening? Here is the app window that is working
I am using the latest stable verssion 3.3.4 r3079.
with HDD
This happens even when the manual is open.
The system (windows 10) specifics that experience this issue is :
I will test on a more powerful hardware tomorrow.
The text was updated successfully, but these errors were encountered: