Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lower default hyades API server memory request and limit to 2Gi (#133)
Due to various efficiency improvements we made in the recent past, API server instances no longer need as much memory. Also, increased memory requirements can now be addressed by spawning more replicas. `requests.memory` and `limits.memory` are set to the same value, in order to lower the chances of pods getting `OOMKilled`. See https://xebia.com/blog/guide-kubernetes-jvm-integration/ for reference. Signed-off-by: nscuro <[email protected]>
- Loading branch information