mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-05 16:37:40 -02:30
Lower weave RAM settings.
- Since Weave 1.8.x was rewritten in Golang we may decrease RAM settings to continue using g1-small for CI
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
# Limits
|
# Limits
|
||||||
weave_memory_limit: 500M
|
weave_memory_limit: 400M
|
||||||
weave_cpu_limit: 30m
|
weave_cpu_limit: 30m
|
||||||
weave_memory_requests: 300M
|
weave_memory_requests: 200M
|
||||||
weave_cpu_requests: 10m
|
weave_cpu_requests: 10m
|
||||||
|
|||||||
Reference in New Issue
Block a user