Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What uses most of your ram when you need 16GB+?


Chrome. Slack. VSCode.

The proliferation of desktop software that are just more Chrome processes in disguise has been punishing on memory usage.

My work machine used to fully lockup on a daily basis with 16 GB of RAM. 32 GB seems to be the sweet spot right now.


> Chrome. Slack. VSCode.

VMs, especially since you need one to run docker on OSX, IntelliJ, Firefox, ...


People claim if you switch off to Safari the memory footprint goes down. Of course, if you're an FE dev, that comes with more ... challenging ... dev tools. YMMV.


I run Slack as a tab in Safari because it avoids the pain of running the electron app, and reduces my memory footprint.


You can never have enough ram!


Haha! I somehow became sated with 16GB on my laptop. Now any of my workloads which require more would simultaneously want higher cpu, so those loads get pushed to a different machine entirely. So I'm curious what is the use case for 16GB+ with a laptop cpu.


For some people the main advantage of a laptop is the posssibility to move to spots where there's no or very bad connection. In those cases it becomes really useful to be able to run all your workloads on it, even if much slower.


For some projects, linking non-stripped binaries can take huge amounts of virtual memory. At least on ELF/DWARF platforms with the Gnu linker.

Not sure if that applies here, since I assume the Mac will be using the LLVM linker, and Mach-O != ELF.


Virtual memory, or real memory? You're never going to run out of virtual memory on a 64-bit platform.


Virtual memory. I mentioned it in this context because running out of physical memory means the machine starts swapping, which often results in a very undesirable slowdown.


Anything built with Electronjs.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: