-
Notifications
You must be signed in to change notification settings - Fork 8
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
100% CPU used on some linux setups #2
Comments
No repro running popOS with X11 and radv Mesa 24.0.3-1 driver. |
can concur, 5% CPU across all the cores on PopOS X11 with NVIDIA: 560.35.03 560.35.3.0 driver. It does have a 100% CPU spike for a split second, but it is at the very beginning. This is a 13th gen i7-13700HX laptop CPU, 16GB RAM with 4060 8gb VRAM laptop GPU. (Lenovo Legion, somethingsomething, forgot the exact model name) |
I get 100% cpu also. And also using i3. Could wm really affect it though? $ zigup run 0.14.0-dev.2577+271452d22 build run info: [zgpu] High-performance device has been selected: for me time is split between the binary and xorg: edit: leaving this for anyone who is just getting started, but installing vulkan fixed this... |
Any wgpu sample uses 100% of one cpu core on linux, even though the time to render and display the frame is less than that
In tracy sampling, it seems like it might be spending all its time on
gctx.device.tick
insidezgpu.GraphicsContext.uniformsNextStagingBuffer
.This could possibly be an issue specific to the i3 window manager, I haven't tested in any other wm.
The text was updated successfully, but these errors were encountered: