Hi everyone,
I’m running a Spring Boot application on Render with the following specs:
-
App server: 0.5 vCPU, 512 MB RAM
-
Database (Basic plan): 0.1 vCPU, 256 MB RAM, 1 GB storage
The app mainly exposes REST APIs, handles form submissions, a lot of requests per users. But not continuesly.
I’d like to understand roughly how many concurrent users this setup could handle in practice. I know it depends a lot on workload, but if anyone has run Spring Boot with a similar configuration (and small DB instance), I’d love to hear your experience or benchmarks.
Thanks!