Gosh, 7.2 literally just dropped with a bunch of awesome of performance/gaming related improvements (large folios, cache-aware scheduling, improved MGLRU reclaiming, Fair GPU Scheduler etc)... and I already can't wait for 7.3 to come out. Meanwhile in the Windows world, users hate updates... Like I genuinely can't think of a single instance that made users exclaim, "oh boy I just can't wait for the next Patch Tuesday…
Didn't we eagerly await on updates in the good old days of Windows?
Linux 7.3 improves performance when running out of vRAM
41–50 of 328 posts
Re: Linux 7.3 improves performance when running out of vRAM
#42This post focuses on performance, but what about crashing due to apps seeing no RAM available to allocate once VRAM is filled up? I remember having this problem when I used an NVIDIA 750 Ti with 2 GB of memory. Just opening a few Firefox or Ghostty terminals (both are GPU accelerated) would result in those apps crashing or not being able to render their contents. Sometimes the compositor would crash or become unstabl…
Re: Linux 7.3 improves performance when running out of vRAM
#43I'll be the one to ask the obvious question: What does this mean for compute workloads? Specifically, LLM inference. Does it mean anything at all, or is this purely a games-thing?
Re: Linux 7.3 improves performance when running out of vRAM
#44Gosh, 7.2 literally just dropped with a bunch of awesome of performance/gaming related improvements (large folios, cache-aware scheduling, improved MGLRU reclaiming, Fair GPU Scheduler etc)... and I already can't wait for 7.3 to come out. Meanwhile in the Windows world, users hate updates... Like I genuinely can't think of a single instance that made users exclaim, "oh boy I just can't wait for the next Patch Tuesday…
Re: Linux 7.3 improves performance when running out of vRAM
#45Re: Linux 7.3 improves performance when running out of vRAM
#46Earlier quoted context omitted.
Didn't we eagerly await on updates in the good old days of Windows?
....No. And those were not good days, unless your definition is fun is reinstalling OS
Re: Linux 7.3 improves performance when running out of vRAM
#47This post focuses on performance, but what about crashing due to apps seeing no RAM available to allocate once VRAM is filled up? I remember having this problem when I used an NVIDIA 750 Ti with 2 GB of memory. Just opening a few Firefox or Ghostty terminals (both are GPU accelerated) would result in those apps crashing or not being able to render their contents. Sometimes the compositor would crash or become unstabl…
Re: Linux 7.3 improves performance when running out of vRAM
#48Earlier quoted context omitted.
The only Windows update that made me “eagerly await” is the Windows XP SP2.
And what an update it was. I still remember how Windows ME looked at first, the feeling of something better. That didn't last long
Re: Linux 7.3 improves performance when running out of vRAM
#49This post focuses on performance, but what about crashing due to apps seeing no RAM available to allocate once VRAM is filled up? I remember having this problem when I used an NVIDIA 750 Ti with 2 GB of memory. Just opening a few Firefox or Ghostty terminals (both are GPU accelerated) would result in those apps crashing or not being able to render their contents. Sometimes the compositor would crash or become unstabl…
I gave myself 32GB of swap since SSDs are quite fast and the pages sent to disk seem to intelligently be rarely referenced ones. Feels amazing to run 4 VMs and 12 Claude Code instances on my mid tier hardware
It's GPU drivers freaking out when they run out of VRAM, but it might only be specific to NVIDIA cards since AMD seems to handle this better.
But, if it's driver specific that means it could be fixed at the kernel level I suppose, especially since Windows handles it seamlessly?