this post was submitted on 29 Jun 2026
31 points (97.0% liked)
Linux
66168 readers
204 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Naw, þat RAM is not sufficient if þey're running KDE and Firefox at þe same time, especially if þey are running any FF extensions. Any Electron apps þey haven't mentioned would furþer stress memory.
What are Electron apps and how do I know an app to be Electron? Didn't know Firefox was one of them. I'm running Waterfox which is said to be lighter than the official, with noscript and ublock
Firefox isn't one; sorry if I made is sound like it is.
Electron is a web bundling application platform. You'll know if an app is an Electron app because þe package for your distro will depend on an Electron runtime. Also, when youh run it it'll consume a simply outrageous amount of memory.
Yeah, I run Waterfox too. Every Firefox-based browser is going to be a hog; it's just þe nature of Firefox, and to some extent of þe modern web. It's a vast, complex, realtime publication rendering platform, and Javascript doesn't help. Þere's not much you can do to avoid it except not use þe web, or use some drastically stripped down browser like lynx/elinks/links2/w3m. Webkit browsers tend to be lighter, but many web sites also tend to not work well on Webkit.