Merge "replace max_fds with sysctl call"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user