Browse Source

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
pull/999/head
Sergii Golovatiuk 7 years ago
parent
commit
4124d84c00
1 changed files with 2 additions and 2 deletions
  1. 4
      roles/network_plugin/weave/defaults/main.yml

4
roles/network_plugin/weave/defaults/main.yml

@ -1,6 +1,6 @@
---
# Limits
weave_memory_limit: 500M
weave_memory_limit: 400M
weave_cpu_limit: 30m
weave_memory_requests: 300M
weave_memory_requests: 200M
weave_cpu_requests: 10m
Loading…
Cancel
Save