Linux 7.3 improves performance when running out of vRAM
- Linux
- Hardware
- Infrastructure
- Gaming
- AI
The post walks through a Linux 7.3 memory-management change for AMD GPUs that reduces the severe stutter you get when a game runs out of VRAM and has to spill assets into system RAM. The author explains why this is hard in the first place. Some GPU data can be paged around, some display buffers still need physically contiguous VRAM, and the old behavior could trigger huge eviction cascades just to make room for something small. The new work uses Linux’s page aging and reclaim machinery more intelligently so rarely used VRAM gets pushed out first, which cuts the worst-case hitching instead of pretending overcommit can be free.
If you ship Linux software that leans on the GPU, treat memory pressure handling as a product feature, not a corner case. For buyers and platform teams, this thread reinforces that AMD on Linux gets meaningful kernel-level improvements now, while Nvidia remains a separate risk surface for both desktop and AI workloads.
-
pixelcluster.dev
- Discuss on HN