Strangely enough my free and buffer/cache numbers from free -m
barely changed after removing the zram file. Maybe it’s more intelligent than I thought.
Björn Tantau
- 9 Posts
- 326 Comments
Why would you reserve ram for swap???
It’s a useful way of squeezing out a few GB more. Worked wonders on my starved Steam Deck and allowed me to play Cities Skylines smoothly and without crashes.
But on a DB heavy server that is apparently not a good idea. I’ve switched to a swap file.
Monitor queries to ensure you’re not seeing table scans due to missing indexes.
There are definitely some unoptimised queries and missing indexes. Lemmy 1.0 will supposedly fix a lot of them.
I definitely have disk io issues. I really wish I had an SSD or two.
Björn Tantau@swg-empire.deto Linux@programming.dev•How to automatically read DVDs that have I/O errors?2·1 day agoBack when they were common toothpaste was supposed to be the best way to get scratches smoothed out.
Björn Tantau@swg-empire.deto DACH - Deutschsprachige Community für Deutschland, Österreich, Schweiz@feddit.org•Ozonloch so klein wie lange nicht mehr11·2 days agoBestimmt, weil alle Sauerstoffatome in CO2 gebunden sind.
Does it shutdown if you wait ten minutes? Maybe it’s a stuck process. After a timeout (don’t know what the default is) it should be killed.
Björn Tantau@swg-empire.deto Steam Deck@sopuli.xyz•Valve fixes Baldur's Gate 3 issue on Steam Deck / SteamOS23·3 days agoSteam has its own set of stable libraries that devs can target.
I guess Larian couldn’t get enough of winning so they started a native Linux version. I hope it gets released on GOG as well.
Björn Tantau@swg-empire.deto DACH - Deutschsprachige Community für Deutschland, Österreich, Schweiz@feddit.org•Akku-Brände [aus Vapes] verursachen Millionenschäden bei Entsorgern11·4 days agoAuf jeden Fall. Allerdings löten die Anbieter in GB jetzt einfach eine USB-C Buchse dran, die Dinger sind nicht signifikant teurer und die Leute schmeißen sie immer noch weg.
Edit: Vielleicht würde es helfen wenn Flüssigkeit und Vape nur noch getrennt verkauft werden dürften.
Björn Tantau@swg-empire.deto Linux@lemmy.ml•[Solved] [OpenSUSE Tumbleweed] Can't install Nvidia drivers7·4 days agonvidia-driver-G06-kmp-meta
should be the package to install. It should pull in the gl and video packages.
Björn Tantau@swg-empire.deto Linux@lemmy.ml•[Solved] [OpenSUSE Tumbleweed] Can't install Nvidia drivers8·4 days agoFirst you should see if the nvidia module is loaded
lsmod | grep nvidia
If not, try to load it.
sudo modprobe nvidia
If it’s still not loaded after that check
dmesg
for errors.
Rookie mistake, now all your data is gone.
You need the
-rf
withunrm
as well.-f
because restoring/
is a privileged operation and-r
to recursivelyunrm
everything.
Björn Tantau@swg-empire.deto Linux@lemmy.ml•Nvidia 580 update freezing gui - Ubuntu Studio22·6 days agoI think they dropped support for 10xx era cards with 580. Maybe that’s it.
Björn Tantau@swg-empire.deto DACH - Deutschsprachige Community für Deutschland, Österreich, Schweiz@feddit.org•Erinnerung: Heute ist Warntag10·7 days agoWollte meine Familie vor dem Warntag warnen. Hab dann auf die Uhr geschaut. Ich glaube das schafft der Warntag auch alleine.
Björn Tantau@swg-empire.deto Datenschutz - Privacy - Digitale Selbstverteidigung@feddit.org•Smart-TV bis E-Bike: Nutzer bekommen ab Freitag neue Rechte1·8 days agoOder Nintendo, damit ich meine Daten von meiner Wii auf eine neue übertragen kann!
Björn Tantau@swg-empire.deto Datenschutz - Privacy - Digitale Selbstverteidigung@feddit.org•Smart-TV bis E-Bike: Nutzer bekommen ab Freitag neue Rechte2·8 days agoDas ist ja großartig!
Wo kann ich meinen LG melden wenn sie das nicht unterstützen?
Well, “file”. In this case it was
/dev/zram0
.