DEV Community

Discussion on: 16GB or 32GB RAM for Web Development?

Collapse
 
aghost7 profile image
Jonathan Boudreau

It seriously depends on your stack and tooling. I see that you've mentioned using php, but there's other things which can eat up a lot of resources such as your database (or other middleware like elasticsearch). There's also a huge difference in resource consumption between intellij and vim. You can still develop on an 8gb machine without issues, it just depends on what you use.