As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?
Title. Besides setting tmpfs to use 10GiB of it to store downloads.
All jokes aside, most desktop apps and web browsers, nowadays, use ungodly amounts of RAM. The pessimist in me blames Chrome and electron, but in reality it just comes down to programmers being more accustom to having access to more memory than they need.
I say relax and enjoy the lack of slowdowns - having too much RAM is not a problem, but having too little is. Your only concern should ever be trying to avoid the latter, and with 32gb of RAM you should be good until the next big Discord update. (slight /s on that last point)
RAM is the kind of thing you're better off having too much than not enough. Worst case the OS ends up with a very healthy and large file cache, which frees up your storage and makes things a bit faster/lets it spend the CPU on other things. If anything, your machine is future proofed against the ever increasing RAM hungriness of web apps. But if you run out of it, you get apps killed, hangs or major slowdowns as it hits the swap.
The thing with RAM is that it's easy for 99% of your workload to fit comfortably, and then there's one thing you temporarily need a bit more and you're screwed. My machine usually uses 8-12/32GB of RAM but yet I still ended up needing to add swap to my machine. Just opening up the Lemmy source code and spinning up the Rust LSP can use a solid 8+GB alone. I've compiled some AUR packages that needed more than 16GB of RAM. I have 16 cores so compiling anything with -j32 can very quickly bring down a machine to its knees even if each compile thread is only using like 256-512MB each.
Another example: my netbook has 8GB. 99% of the time it's fine, because it's a web browsing machine, and I probably average on 4GB usage on a heavy day with lots of tabs open. But if I open up VSCode and use any LSP be it TypeScript or Rust, the machine immediately starts swapping aggressively. I had to log out of my graphical session to compile Lemmy, barely.
RAM is cheap enough these days it's nice to have more than you need to not ever have to worry about it.
I have 64GB as future proofing (ITX board, two slots, can't address any more). Normally I probably use 8 to 10 of those doing things like gaming and hoarding internet tabs like they're a nonrenewable resource. I actually managed to crash my machine with an out of memory condition compiling something a while back. I don't remember what and I'm sure it doesn't count as regular use but I installed ZRAM to prevent it from happening again.
Nothing. My laptop has 8GB and while this is somewhat the limit, it's enough to browse, do office stuff, a bit of development/programming and even a bit of CAD for my 3D printer, video editing, retro-gaming and all sorts of things. I'd prefer to have 16GB because Firefox likes to eat a lot of RAM, but the laptop is too old for me to upgrade anything at this point.
If you'd like to waste your resources, you could run 4 other operating systems simultaneously in VMs. Or try artificial intelligence chatbots and load one of the large language models. They can easily make use of 32GB of memory and more.
Agreed. I have ageing hardware that I upgraded to its maximum 16GB RAM, and I manage to browse the web and do basic office work with that. The most memory intensive work I do beside browsing is in GIMP, and I simply set some sensible virtual memory for that to work.
Just use a light DE, or even scale back to only a WM. People insisting that KDE or Gnome are lightweight are exactly the same who claim that 32GB RAM is a minimum. Yeah, it is when even your desktop environment is bloated đ
If you're a gamer and can afford the hardware upgrades to stay at the current bleeding edge, go ahead. I keep an old box alive and make it work instead.
I second that, install cockpit if you don't want to bother with the CLI and run a couple of VMs. You can even start 3 VMs and install Kubernetes on them and play with it.
Just wait. In 10 years 32 gig is on the low side to just run the OS. Hardware getest faster and bigger, but software scales with it.
The more resources are available, the more people will program computers to use them.
My first graphics card had 128mb memory. These days it goes in gigabyte and they use the memory and processing power to produce amazing things.
On the other hand, they also are not as critical on efficiëncy as used to be, because there are simply more resources available anyway. As a consequence, some programs use a silly amount of resources for basically doing nothing. Sometimes I really feel like my browser is eating RAM.....
Yes, and if you have an ssd, it will decrease the amount of usage that the limited(albeit ridiculously high) read/write cycles the ssd is capable of. However, it is unlikely you will hit those limits with that kind of usage, lol
Also, memory is faster always, but your usage is negligible. You can disable swap(linux/mac) or page file(windows) to force memory to be used, and your drive is used less. Firefox can be configured to disable disk cache and increase ram cache. Also, it will be noted that this cache is marked as temporary ram cache. any application that needs more ram can delete the temp cache for usage(dynamic ram usage)
But that's it. The best thing to do is live your life and be happy that you are future proofed for any task that may arise.
"just browse the internet" doesn't indicate that you don't need a powerful computer in 2023. Modern browsers are really heavy - and rendering websites are much more complex now.
Unless you're really frugal about your PC budget, I think it's definitely "to-go" for 32G
you can disable paging (swap) i guess
apart from launching more things at the same time and letting apps know you have ram for them to cache shit (check app settings some apps do have a how much ram should we use slider like okular the kde pdf viewer) and virtualisation of multiple os's i can't think of much
Just open a few more Chrome tabs: a couple of Ali Express and Amazon pages and a few YouTube videos and couple Reddit posts, and you'll be wondering why you only got 32.
Run different virtual machines for different purposes. For example, you can have a VM that does all its networking over a VPN and downloads torrents in the background while you do other things. Or you can run other OSs in VMs.
Also, containerized software is everywhere now and it uses more resources. Extra memory helps.
Only two things. Rust is 12 gigs on disk(which translates into 12 gigs of ram if you use tmpfs) and IDK how much in ram. Chromium is about same. Keep rest of ram for linker.
LSPs, linters, AI auto complete, multiple ranked auto complete sources, contextual syntax highlighting abused to feed things like symbol tree views, type analysis, scoped file trees depending on what you're working on, infinite undo since last commit, and all available in real-time.
I feel like I use up 8GB the moment I type "neovim" on a sufficiently large node project, lol.
I remember my brother ringing me and telling me that he'd managed to wedge 40MB of RAM into his PC. Yes MB. That was when a 1MB stick costed about ÂŁ30 a pop. It seemed rather insane at the time. Bear in mind that on DOS/Windows machines at the time, you fiddled with himem.sys and autoexec.bat to wrestle memory regions.
Several years later I got a T shirt from Novell (Cool Solutions) for a pretty decent boot floppy disc image that was able to run with a lot of different network cards and still manage to run "ghost" without falling over.
Much earlier, I upgraded my 80206 PC with 1MB of RAM with an 80207 maths co-processor so I could run AutoCAD on it. Yes it did! The next version required 32MB of RAM, which at the time looked pretty mad to the likes of me.
32GB RAM ... ... modern apps generally will use whatever you have. The OS will disc cache, if nothing else.