Ich habe gerade den Server getestet und konnte von außen via GeForce Now darauf zugreifen 👍 Zur Sicherheit habe ich #zram aktiviert, um den Arbeitsspeicher zu komprimieren. Das soll die Performance verbessern, da der Server nur 8 GB RAM hat. 12 GB wären optimal.
@dos This is going to be interesting, some pretty good #zram improvements got introduced along these version bumps.
Another one is scheduled for 7.0
https://www.phoronix.com/news/Linux-7.0-MM
So, I like the perspective of optimizing swappiness on #Fedora, because I started to run out of memory as demands have grown. 8 GB simply doesn't cut it.
But according to biskitpagla, it's not recommended to take up more #ZRAM than my actual #RAM, because it would override all attempts at switching to #swap file in case ZRAM is exhausted.[1]
#ArchWiki has some config to make better use of ZRAM along with swappiness[2], so I'll take it.
[1]: https://www.reddit.com/r/Fedora/comments/143w3kl/comment/muns4th/
[2]: https://wiki.archlinux.org/title/Zram#Optimizing_swap_on_zram
I personally have also installed Coolify on it. At first, I had Uptime Kuma installed manually but figured “why not use Coolify here as well…”.
I can still recommend enabling #zram to help a bit with the memory consumption.
Surviving the RAM Price Squeeze With Linux In-Kernel Memory Compression
ZRAM compressed RAM swap
https://grimoire.d12s.fr/2025/zram_compressed_ram_swap.html
Ajouter de la RAM virtuelle à sa machine, avec une mémoire d’échange compressée.
Ajouter de la RAM virtuelle à sa machine, avec une mémoire d’échange compressée. The linux kernel comes with a zram module which provides the zramctl command. It allows to setup a virtual memory storage which content is stored compressed. This allows to store more things in RAM, at the …