You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jobs/rabbitmq-server/spec
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,10 @@ properties:
145
145
In RabbitMQ =< 3.6.3 stbt is not defined, erl defaults to 'unbound'
146
146
default: db
147
147
rabbitmq-server.additional_erl_args:
148
-
description: 'Add optional erl args - good for setting flags such as scheduler bind type in =< 3.6.3. Remember to use `-` instead of `+` when defining flags - beam vs erl.'
148
+
description: >
149
+
Add optional erl args - good for setting flags such as scheduler bind type in =< 3.6.3.
150
+
Remember that init flags use '-' while emulator flags use '+'.
151
+
For more info, see http://erlang.org/doc/man/erl.html
0 commit comments