Browse Source

Merge pull request #999 from holser/decrease_weave_ram_limits

Lower weave RAM settings.
pull/1004/head
Matthew Mosesohn 7 years ago
committed by GitHub
parent
commit
17dfae6d4e
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