this post was submitted on 15 Mar 2026
447 points (98.9% liked)
Linux Gaming
25498 readers
4 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
Help:
- ProtonDB
- Are We Anticheat Yet?
- r/linux_gaming FAQ
- Fork of an earlier version of the above
- PCGamingWiki
- LibreGameWiki
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Zram kills my LLM speeds, big time. I had to disable it or almost disable it (limiting to like 0.5GB) and move swap to the SSD to get my system usable.
The issue is that LLM frameworks allocate a whole bunch of CPU RAM up-front, statically. So if I'm riiiight at the edge of the limit, that bit of RAM zram eats pushes me over to swapping, which utterly obliterates token gen speed and system responsiveness, and it never recovers once it starts.
I think CachyOS helps hybrid inference from better default scheduling, though. This is another thing llama.cpp gets very picky about. More optimized default compilation flags, GPU libs and such would also go a long way.