Explore tweets tagged as #WindowServer
it’s not macOS if you don’t have a WindowServer memory leak
0
0
2
Also a couple of days ago, @riscv64 booted macOS BaseSystem on a M2 iPad, using XPC Metal for now due to native GPU driver issues we have yet to figure out. There is also IOHID plugins incompatibility where pressing a key via a connected physical keyboard crashes WindowServer.
9
8
151
DOSBox may have a _little_ bit of a memory leak there 😬 (The screen saver settings, too. Arguably, WindowServer and Rider gobbling this much RAM is OK.)
1
0
0
macOS's WindowServer has hidden debug HUDs, they can be enabled by attaching to lldb and calling `enable_overlay(0b1111)` there might be other tools seamlessly allow toggling those but idk I'm lazy to find them
3
13
131
iOS 的图形之前都是 WindowServer 统一渲染,app 只提供图形和动画的描述,不负责具体的计算(包括弹簧模拟和模糊)。它的好处是能合并完成一帧内的工作,同时方便做剔除优化,动画性能也不受 app 的影响。然而 SwiftUI 现在又变回 app 内独立渲染的方案了,反倒是国内厂商都搞起了所谓的“联合渲染”。
8
9
127
pretty sure this is the only company that will pay me to debug WindowServer
0
0
7
i kind of figured out why my mac keeps both running out of disk space and randomly crashing, while also just being plain slow i think the windowserver and replayd just swap until they oom?? no idea why this happens though
0
0
17
Why windowserver process eating all of my GPU, it make my mac constantly hot all the time
3
0
2
The WindowServer crashed?! I don't think that happened to me before.
2
1
22
hey @meetgranola is there a way to avoid WindowServer consuming 88.7% of my m4 pro CPU? thanks to @warpdotdev for the analysis
1
0
0
WindowServer’s debug HUD on what device? `po enable_overlay(4)`
1
3
71
If you're on mac and notice that scrolling lags then it's time to force quit WindowServer process (or just do system restart).
1
0
2
What is WindowServer and why does it use 330GB of memory?
0
0
2