-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Description
Possible regression of d2bd71d.
In CirlceCI environment starting rabbitmq:3 fails with:
=INFO REPORT==== 9-Apr-2017::05:53:45 ===
Memory limit set to 0MB of 60387MB total.
=INFO REPORT==== 9-Apr-2017::05:53:45 ===
vm_memory_high_watermark set. Memory used:73351688 allowed:0
=CRASH REPORT==== 9-Apr-2017::05:53:45 ===
crasher:
initial call: rabbit_memory_monitor:init/1
pid: <0.346.0>
registered_name: []
exception exit: {badarg,
[{lists,member,[disk,{error,bad_module}],[]},
{rabbit_memory_monitor,init,1,
[{file,"src/rabbit_memory_monitor.erl"},
{line,121}]},
{gen_server2,init_it,6,
[{file,"src/gen_server2.erl"},{line,554}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,247}]}]}
in function gen_server2:init_it/6 (src/gen_server2.erl, line 597)
ancestors: [rabbit_memory_monitor_sup,rabbit_sup,<0.117.0>]
messages: []
links: [<0.345.0>,<0.126.0>]
dictionary: []
trap_exit: false
status: running
heap_size: 610
stack_size: 27
reductions: 166
neighbours:
My guess is that the entrypoint script fails to either read system's available memory or this info is not available.
When I pass RABBITMQ_VM_MEMORY_HIGH_WATERMARK=800MB
to the container, it starts as expected.
aides, dalberto, RRAlex and lphuberdeau
Metadata
Metadata
Assignees
Labels
No labels