this post was submitted on 20 Jul 2024
10 points (91.7% liked)

libre

9826 readers
2 users here now

Welcome to libre

A comm dedicated to the fight for free software with an anti-capitalist perspective.

The struggle for libre computing cannot be disentangled from other forms of socialist reform. One must be willing to reject proprietary software as fiercely as they would reject capitalism. Luckily, we are not alone.

libretion

Resources

  1. Free Software, Free Society provides an excellent primer in the origins and theory around free software and the GNU Project, the pioneers of the Free Software Movement.
  2. Switch to GNU/Linux! If you're still using Windows in $CURRENT_YEAR, flock to Linux Mint!; Apple Silicon users will want to check out Asahi Linux.

Rules

  1. Be on topic: Posts should be about free software and other hacktivst struggles. Topics about general tech news should be in the technology comm or programming comm. That doesn't mean all posts have to be serious though, memes are welcome!
  2. Avoid using misleading terms/speading misinformation: Here's a great article about what those words are. In short, try to avoid parroting common Techbro lingo and topics.
  3. Avoid being confrontational: People are in different stages of liberating their computing, focus on informing rather than accusing. Debatebro nonsense is not tolerated.
  4. All site-wide rules still apply

Artwork

founded 3 years ago
MODERATORS
 

What's the lowest ram consumption i can expect on Arch ?

im using Arch with the stock kernel + dwm/st + pure alsa + ~700 packages(~250mb on idle, dwm activated).

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 months ago* (last edited 3 months ago) (2 children)

The RAM consumption question is hard to answer scientifically. But if you want to reduce your footprint even further you can use Artix to drop systemd and replace it with an init system such as openRC or runit.

You can swap DWM for sway if you want to Wayland proof your desktop without sacrificing that much memory and use foot as your terminal.

In any case your RAM usage will skyrocket if you use any HTML5 web browser (like browsing hexbear).

But really RAM usage on Linux is fine. People say that any unused RAM is wasted RAM and I'd agree. Unless there's a memory leak or anything related to chromium or firefox your RAM usage should remain low. If you really want to push Linux to be even smaller you'd want to look at Puppy-Linux or Damnsmall Linux.

[–] [email protected] 3 points 3 months ago

OpenRC is available in AUR, i was thinking about giving it a try

[–] [email protected] 2 points 3 months ago

Browser on X11 use a lot of extra memory as well. A lot of pixmap will be loaded.