Lower default memory requests

This is to address out of memory issues on CI as well as help
fit deployments for people starting out with kargo on smaller
machines
This commit is contained in:
Brad Beam
2017-02-27 10:53:43 -06:00
parent 27b4e61c9f
commit 56664b34a6
7 changed files with 12 additions and 12 deletions

View File

@@ -2,5 +2,5 @@
# Limits
weave_memory_limit: 400M
weave_cpu_limit: 30m
weave_memory_requests: 200M
weave_memory_requests: 64M
weave_cpu_requests: 10m