-
-
Notifications
You must be signed in to change notification settings - Fork 153
Description
I did a fresh install of Kit on Windows 11 and was surprised that the idle CPU is quite high:
The application was not in the foreground and I tried restarting the application to see if that would help. I also suspended script and file watchers and that also didn't help. Ran a repair installation and the result was the same after the application restarted.
Checked the application logs (kit.log, main.log, update.log) and didn't see anything that looked particularly off such as the log regularly being written to. The developer tools were likewise fairly empty and the performance monitor didn't indicate high load, so I don't think it's that specifically.
CPU: AMD Ryzen 5 5600X 6-Core Processor
OS: Windows 11 Pro 23H2 22631.3447
ScriptKit: 2.3.0
Node: v18.18.2 (LTS)
Edit: Dug into this a little more with Process Explorer and the main culprit was NvMessageBus.dll that seems to come from Nvidia. I killed the thread and nothing untoward happened and everything still rendered fine just without the high CPU utilization.
