this post was submitted on 20 Jun 2024
339 points (95.7% liked)

Linux

45423 readers
888 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 46 points 1 week ago (7 children)

Linux, on the other hand, can easily boot up on a 10-year-old laptop with just 2GB of RAM, and work fine.

I'm not sure a modern day browser would be just fine with "only" 2GiB, unfortunately.

[–] [email protected] 18 points 1 week ago (2 children)

Maybe with zRAM and a bit of swap it could run quite ok 🤷

[–] [email protected] 4 points 1 week ago

As long as the drive the swap is on is an SSD, yeah absolutely

[–] [email protected] 1 points 1 week ago

4GB works. My kids use a T410 from 2010 with a SSD and it is a pleasant experience for daily use (browsing, YouTube, small Linux games)

[–] [email protected] 13 points 1 week ago (1 children)

I've tried Firefox limited to 1 GB for a laugh. It's usable. It won't do many tabs at the same time but it's usable.

You can actually go lower than that but you'll start to run into limitations with YouTube videos etc.

There are also other browsers out there that are more light-weight but perhaps not as feature-full as Firefox. Giving up extensions alone reduces a lot of complexity. If you fire up the package installer on any Linux distro and search for "browser" you'll find a ton. There aren't many engines but there are a lot of browsers.

[–] meekah 4 points 1 week ago (1 children)

Interesting. How do you limit RAM for an application?

[–] [email protected] 11 points 1 week ago (1 children)

With cgroups, it's a standard kernel feature. You can limit RAM, CPU, network access, lots of things. It's used in Docker, LXC, Kubernetes and lots of container solutions.

[–] meekah 3 points 1 week ago

Cool, thank you!

[–] Orfeluh 12 points 1 week ago

I have 3GB of RAM on my PC running Linux Mint, using LibreWolf, it works pretty great for me, I mean I can't open 100 tabs, but 10-15 is possible

[–] meekah 12 points 1 week ago (1 children)

Im using a 4gb laptop with Xfce, and its definitely struggling sometimes. Even though it's usable, I doubt 2gb would be enough

[–] [email protected] 2 points 1 week ago

I used to have only 4GB in my old Linux HTPC, didn't take much for it to choke when using the browser. Upgraded to 16GB and no issues since

[–] [email protected] 1 points 1 week ago

That's what palemoon is for. It wouldn't be my first choice, but if you don't have the RAM to run ~~crysis~~ librewolf on high it'll work.

[–] [email protected] 1 points 1 week ago

I've tried to use Fedora Workstation in VM (GNOME Boxes) with only 1GiB RAM. And it is even usable and UI is responsible for GNOME and Firefox, but applications start more slowly. All those at cost of higher CPU usage. Probably it performs well because Fedora uses swap on ZRam, and it makes the system more reliable.

[–] [email protected] 0 points 1 week ago

There's Linux dists that can only requires less than 200 MB of RAM. Absolute Linux for an example, has a minimum system requirement of 64 MB RAM. Plenty of space left for memory hungry softwares like a browser.