-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scale DCR vertically instead of horizontally #6803
Comments
it is a should - we have discussed and this is to visibility - could this wait for CDK migration? |
I think cost is the main metric here and AWS provides dashboards for that on the account home screen: Another metric can be latency and availability: |
The main issue with scaling vertically is getting DCR (a single threaded node application) to make use of all the available cpus. Enabling cluster mode (via PM2 or a custom implementation) allows this. A load testing spike analysing latencies with cluster mode enabled for different instance sizes: An incident investigation following enabling vertical scaling on our current instance size: |
duplicate of #8345 |
Investigate why we are currently using
t4g.small
, min: 9, max: 36. The goal would be to scale vertically instead of horizontally.The text was updated successfully, but these errors were encountered: