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

@@ -23,9 +23,9 @@ global_as_num: "64512"
# Limits for apps
calico_node_memory_limit: 500M
calico_node_cpu_limit: 300m
calico_node_memory_requests: 256M
calico_node_memory_requests: 64M
calico_node_cpu_requests: 150m
calicoctl_memory_limit: 170M
calicoctl_cpu_limit: 100m
calicoctl_memory_requests: 70M
calicoctl_memory_requests: 32M
calicoctl_cpu_requests: 50m