Merge "replace max_fds with sysctl call" into stable/train

This commit is contained in:
Zuul 2021-01-12 06:02:22 +00:00 committed by Gerrit Code Review
commit e50b304624
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
shell: >-
"{{ container_cli }}"
exec $("{{ container_cli }}" ps -q --filter "name=rabbitmq" | head -1)
rabbitmqctl eval 'proplists:get_value(max_fds, erlang:system_info(check_io)).'
rabbitmqctl eval 'sysctl -n fs.file-max'
changed_when: false
- name: Verify the actual limit exceeds the minimal value