|
|
|
|
|
by hashhar
3384 days ago
|
|
If you set up your Linux distro from scratch you can easily manage under 200MB of RAM. I have an LFS I set up which idles at 150MB or so. A LOT of stuff is bloat in modern distributions. I recommend everyone to try and build an LFS (Linux From Scratch) at least once or at least set up an ArchLinux box to get a feel for how Linux actually works and where the bloat is. As an example, the music player daemon (MPD) has 110 dependencies among which is wayland or x-org, I don't know why. Also, using udev to only load needed kernel modules helps with a lot of memory usage. |
|