donovanmuller / spring-cloud-deployer-openshift

A Spring Cloud Deployer SPI implementation for OpenShift 3
http://blog.switchbit.io/spring-cloud-deployer-openshift
Apache License 2.0
4 stars 10 forks source link

Increase the default memory and cpu resource limits #50

Closed donovanmuller closed 6 years ago

donovanmuller commented 6 years ago

This is to prevent containers starting too slowly and/or being OOMKilled. The current defaults are 512Mi memory limit and 500m cpu imit.

donovanmuller commented 6 years ago

Closed in favour of https://github.com/spring-cloud/spring-cloud-deployer-kubernetes/issues/164