I have 8GB on my Mac and I'm constantly slowed down by lack of RAM. Built a Hackintosh with 32GB and it's a world of difference. I don't know how people survive with such little RAM.
I do all my development on a Mac with 8 GB of RAM. It’s fine for my needs; I’m just very picky about keeping Chromium from running in the background on my Mac.
Spoken like someone that just uses a text editor to write JS. I used to spend a long time in massive Java codebases where the IDE would need some serious horsepower to index the code. Then I'd be running an application server for testing (inside a VM) and running another VM to for the SOLR index and another VM for the very heavy SAP ERP system. Then I've got Chrome and other apps asking for memory and processor power.
This setup is pretty common for people working on large integration projects.
Yeah, I use IntelliJ, Chrome, Photoshop and a few other smaller apps and sometimes even run Win10 on Vmware but I never see any noticeable slowdowns. I do tend to quit apps that I don't use as I hate cluttering my alt-tab list.
Call me old, but these days everything including people are so ram hungry I cannot believe the days when things were being done with less than a GB ram.
People talk like having more ram feels like a champ but as developers you might as well want to think about how things can be achieved using less ram.
I don't care about using less RAM, why should I? My applications run in our private cloud and sometimes in public clouds. We optimise the parts that need optimising but it's often cheaper to scale the environment, add more SOLR servers etc than it is to jump in to the opcode and figure out the best way to get the JVM to JIT something.