For testing set very fedmsg-hub low memory limit on odcs-backend-stg

This commit is contained in:
Mikolaj Izdebski 2019-02-21 18:09:17 +01:00
parent 565758665c
commit ecc698135a
2 changed files with 6 additions and 1 deletions

View file

@ -35,6 +35,9 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '
fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran
# Set very low memory limit, for testing.
fedmsg_hub_memory_limit: 10M
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: odcs

View file

@ -1,7 +1,9 @@
# This is false by default. You have to override it when including the role.
enable_websocket_server: False
# Absolute memory limit in MB for fedmsg-hub.service. Zero means infinity.
# Absolute memory limit in bytes for fedmsg-hub and fedmsg-bub-3
# services. The value the value can be suffixed with K, M, G or T.
# Zero means infinity (no limit).
fedmsg_hub_memory_limit: 0
# Restart fedmsg-hub.service on failure.