You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Web application using the NGINX buildpack with single instance of 2GB RAM. Would like to know how many requests single instance can handle?
worker_process: 8
worker_connections: 4096
Based on that i can decide the horizontal instance scalling.
The text was updated successfully, but these errors were encountered:
I am running Web application using the NGINX buildpack with single instance of 2GB RAM. Would like to know how many requests single instance can handle?
worker_process: 8
worker_connections: 4096
Based on that i can decide the horizontal instance scalling.
The text was updated successfully, but these errors were encountered: