this post was submitted on 05 Mar 2026
4 points (70.0% liked)

Linux

16657 readers
216 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.eco.br/post/21348187

Olá galera, sou novo por aqui, muito prazer em fazer parte dessa comunidade. Bom eu tenho usado o void Linux na tentativa de dá uma sobrevida ao meu meu velho notebook com um i3 de 1º geração e 4GB de ram. Estou usando o niri windows manager porém mesmo só com o mínimo de coias instaladas ele fica na casa de 1gb de ram e tem bastante travamento.

Além de trocar o HDD por um SDD, o que mais posso fazer para otimizar o meu sistema ?

desde já agradeço a todos que comentarem.

you are viewing a single comment's thread
view the rest of the comments
[–] INeedMana@piefed.zip 3 points 1 week ago (6 children)

I'm not sure how lightweight niri is. Maybe try Sway for a bit? (definitely not Hyprland ;D)

With 4GB of RAM, I would suggest to create a SWAP partition and maybe increase swappiness?

Are the crashes happening because you are running out of RAM? If you monitor # journalctl -f, the crashes happen with OOM?

I don't know the answer, but try to find a Firefox clone that is focused on being lightweight. Vanilla Firefox can be a bit RAM-greedy

[–] AndreProtasio@lemmy.eco.br 1 points 1 week ago (5 children)

Hi there! First of all, thanks for the comment. I’ve actually tried using Void Linux (the musl version) before, but I ran into a lot of trouble configuring it and getting things to work—especially with Btrfs and setting up zram with lz4. I’m not exactly sure why, but while it was fast, it ended up being very unstable.

I had similar issues with Alpine, but even worse; I spent ages just trying to get PipeWire to work.

Just a heads-up: I’m no Linux expert. In fact, I did everything with the help of AI using my Android phone. I'm only using complex distros like Void because this laptop is all I have. I’ll look into your suggestions, though—it’s very possible that I’m just not managed to make the most out of it yet.

One more thing: even though Xorg-based window managers are lighter, most of them are legacy or abandoned projects. Because of that, I always run into errors that cause things to crash or stop working.

Thanks again for the comment!

[–] INeedMana@piefed.zip 1 points 1 week ago (4 children)

tried using Void Linux (the musl version)

(...)

issues with Alpine

the choice of musl based distros was informed one or just coincidence? Maybe you should test glibc too?

I’m no Linux expert

Maybe I should clarify one thing, then. When I wrote # journalctl -f I meant journalctl -f ran by root or via sudo. journalctl ran by just a user will not show everything.
https://unix.stackexchange.com/questions/291729/why-is-the-default-symbol-for-a-user-shell-and-the-default-symbol-for-a-root

Xorg-based window managers are lighter, most of them are legacy or abandoned projects. Because of that, I always run into errors that cause things to crash or stop working.

The "universal" switch to Wayland is not that old, it shouldn't be so bad. Maybe your way forward is to fix the issues you were having with X. For lightweight try i3/awesome or fluxbox

[–] AndreProtasio@lemmy.eco.br 2 points 1 week ago

One more thing: is there a tutorial or a website where I can learn how to properly use musl-based distros? Even though they aren't as widely used, I believe software built on this library can be more performant, so I’d really like to learn more about it.

Thanks again for your time!

load more comments (3 replies)
load more comments (3 replies)
load more comments (3 replies)