That's how I got a free netbook. The netbook had 32GB flash with windows and office occupying 27+GB. Then windows wanted to do an update - with an 8+GB file. Spot the problem. And windows can get quite annoying with updates. As the netbook could not be expanded, and attempts to redirect the update to a USB stick did not work, a newer netbook was bought, and I got the old one. Linux plus libreoffice plus a bunch of extras happily sat in 4GB...
linuxmemes
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
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 members of the community for any reason.
- 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.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
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. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
you just need more things to run on it
the rest is electron
i mean, some games (cough cough factorio cough cough) manage to use up about 25GB of ram on my system, so it's nice to have a buffer. now, my 64GB may be considered a bit overkill but i call it future proofing
I upgraded to 64 GB a few months ago, also thinking it would be future proof for a while. However, I entirely exhuasted it two weeks ago 😑
tf are you doing
some c++ and android coding on a few projects, plus firefox, plus the other minor stuff like translator, goldendict, ...
K8s clusters, probably.
My work takes 40 gig and I can still play Factorio while working :)
yeah probably because of all the mods i play with, and the the absolute overkill i manufacturer everything with
Meanwhile the electron app you're trying to run
The other day my laptop was sluggish as hell, checked top and turns out Discord and Orca Slicer were maxing out my cores
I wish I was a cat
I wish you were a cat too
...name checks out
i think you might be able to run kde plasma with that!
Fun fact, KDE is very lightweight. More so than a lot of folks give it credit for
It’s amazing. Until there is a conflict with mismatched qt libraries.
Better add 32 GB Zram to be safe tho
I use Kde plasma so I'm allowed to make fun of it
Gives a lot of Space for running Virtual machines.
Also browsers can chew that up fast if you have a lot of tabs, Firefox has managed to do it a few times. At least until I started limiting its RAM to 8GB (best decision ever)
Limit Firefox to 8GB of RAM .desktop file
[Desktop Entry]
Version=1.0
Name=Firefox RAM limit 8GB
GenericName=Firefox Ram limit 8GB
Comment=Limit RAM for Firefox to 8GB;
Exec=systemd-run --user --scope -p MemoryLimit=8G firefox
Icon=firefox
Type=Application
Terminal=false
Categories=Utility;Development;
StartupWMClass=Firefox
(To use it with other apps like Chrome or Electron apps just replace the command at the end, and startup class with the ones from the program you'd like to run. Icon and Name changes are optional but might be desirable so you remember what app it is for).
This comment section is a goldmine
Am i the only one who still has no problems with 8GB? Not that I wouldn't be happy with more but i can't remember the last time I've even thought about ram usage
If your job requires you to use chrome and vscode, 8GB is usually not enough :/
I use potato PC with just 8GB of ram to work. I regularly use VSCode and docker. It still run smoothly when I use it properly. lol.
Guessing you don't run a couple docker containers to support local development;-)
At my last WFH job my daily setup was firefox, sublime text, slack (electron app), github desktop (also electron), and 3 terminals, one running a local dev server. It all ran fine.
it's almost like the ram usage depends on the software / services you need to run /s
One of the cushions is your browser, the other half some IDE you use to write an one-liner.
My system gets maxed out of the 16gb regularly.
Yeah. Firefox will gladly make itself comfy in my 32Gb... It's annoying because just because 80% of RAM is "used" doesn't mean it is really.
Setup a VM bot net, RAM problem solved.
I've seen builds of the Linux kernel that comfortably fits in my on-die CPU caches.
So it would just be a picture of an empty sofa.
There are mid range CPUs with 128MB of L3 cache now. A Linux distro like Tiny Core could fit entirely in cache.
Tiny Core Linux is a minimal Linux kernel based operating system focusing on providing a base system using BusyBox and FLTK. It was developed by Robert Shingledecker, who was previously the lead developer of Damn Small Linux.
Ah, that explains a lot! Didn't know about TCL.
Plenty of room left over for my Chrome tabs
Four of them.
Can't relate, just upgraded my laptop from 32GB to 64GB since VScode would keep closing due to OOM. What? Oh, no, it's not vscode's fault.....I keep like 5 Firefox windows with 30+ tabs open, like a fucking maniac..... Close them? What do you mean "close" them?
Ram disks!!
True story. I remember back in the bad old days when Firefox had notorious memory leaks, so when building my latest PC, I put in 32GB. The monitor app on my desktop has only ever topped out at showing 30% of memory allocated.
Once you fire up a webpage it'll just dump garbage all over the couch.
Wondering how my 64gb will outlast every other part upgrade my gaming Linux box will get over the years
Try realizing ten thousand mesh instances in Blender and watch that sucker eat the rest of your RAM like it's got a pebble in its shoe.
I did that on my work PC with 128 GB memory (originally built for esports shit) and it still wasn't enough.
Do vmtouch -t /
I love when things are in ram. Can have whole vm disks. I also like creating new VMs in ram disks like /dev/shm it makes less wear on my ssd.