this post was submitted on 03 Aug 2025
670 points (97.1% liked)
linuxmemes
26558 readers
437 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is just a straight up lie lol. Donald Trump levels of nonsense. New low, fellow Linux users.
Experienced users are known for being able to customize their install to be lightweight enough to function with modern tasks on old hardware. I myself have an install on an old 4gb MacBook Air that runs just as well as my server with 64 gb of RAM for the task load that I've deployed on it.
4gigs is a perfectly reasonable amount of RAM for word processing, web browsing, retro gaming, basic development (if you've got another rig to deploy compilations to), and a whole host of other applications.
4G ram with web browsing is asking for oom-killer to ruin your day. It is nonsense.
Downvoted because a comment went against the Linux circle-jerk? Shocked I say.
Try it yourself. Make a VM. 4G ram, no swap. Use it as your daily.
I have a physical laptop that I do exactly that with and it does the job fine. It may not be as fast as my desktop but it also has 6 fewer cores. Also why would you not have a swap partition? That seems like you are asking for trouble.
Fwiw you're right, not having swap would render a system with specs like that nearly unusable in a modern workload however if you have decently fast storage you can assign yourself more swap than you normally would, say 8 gigs, to net you 12 gigs of working memory. It will be slow because programs will be dumped to disk frequently to make room for the active task but if you're patient it's usable.
On my MacBook for example: I run a super stripped down LMDE with a little bit of eye candy, not more than the tiny amount of onboard Vram can handle. My workload consist of writing rust in Lapce, reading documentation which I pull via wget and browse for with lynx) in a terminal using less. Occasionally I will run some retro games on the rig using DOSbox.
I've never encountered an OOM error on the system since deploying this specific workload, BUT this workload isn't something that would work for the average end user. YMMV but as it stands, those who follow the unix philosophy (do one thing and do it well) or the KISS philosophy (keep it simple, stupid) in deployment of tasks can generally get by with a lot less due to limited overhead.
I will mention that this is my hobby: since I was around 7 and was gifted a laptop from 1995 (in 2003) I've always striven to make my limited hardware go FAR further than it is intended or designed to, often to great success
I left a comment here but I'm editing it to remove it because frankly I don't care enough to argue with you.
Thanks. Not looking for an argument either. Peace βοΈ
I used it until very recently. It's not that bad, unless you're one of those people who keeps dozens of opened tabs forever. My experience was pretty smooth, to be honest. I did some academic works on such a machine and often had several tabs opened at once, each with a different paper opened, along with google drive and stuff opened at the same time, and got no issues.
4G ram without swap doesn't last long.
If you are happy to use swap consistently and suffer the performance drop, that's fine.
Before I went Linux I started out with a 4G VM with no swap, and kept wondering why it was so unreliable. I almost gave up on Linux as stuff kept crashing. Then I saw the oom-killer logs.
8G was fine.