2 years ago
We are currently on PRO Plan and would like to clarify some points regarding resource allocation and management.
Specifically, we have 2 questions:
How can we set fixed amounts of CPU and RAM for each of our environments?
Is there a way to prioritize resource allocation for our production environment?
We currently have 32GB RAM and 32 CPU cores available and need to optimize their allocation across four different environments, prioritizing production.
Thanks
8 Replies
2 years ago
you can't, if you could your apps would just crash when the reach the limit, not a good option for anything important.
every single service and replica gets access to the full resources allowed, there is nothing shared.
thanks for your reply
For point 2, just to make sure I understand correctly, it means, every single service we have (so in my case, 5 services per env so total 20 services) has 32GB RAM and 32 CPU cores available
Am I correct?
2 years ago
that is correct, and if you have multiple replicas set, each replica also gets its own resources
2 years ago
no problem, any other questions?
2 years ago
no problem!