Hacker News new | ask | show | jobs
by janderson215 611 days ago
Very cool!

What is the recommended resource usage for self-hosted? I don’t see it in that section on your site.

1 comments

Depends on usage, but the stack which is essentially Nodejs + Postgres is relatively low footprint. The most demanding workload is "next build", which you can do outside your server.

As a rule of thumb, you could start with the following setup:

if you run "next build" on the server: 2CPU / 4Gb RAM if you upload the built artifacts to the server: 1CPU / 2Gb RAM