Skip to content

RabbitMQ 3.13.2 on Erlang 26.2.3 logs an exception "timeout,{gen_server,call,[os_mon_sysinfo,get_mem_info]" on Windows with CrowdStrike tool suite #12293

Closed Answered by michaelklishin
sharad578 asked this question in Questions
Discussion options

You must be logged in to vote

From another discussion on exactly the same topic.

os_mon_sysinfo:get_mem_info/1 is the monitor of available memory used on Windows. Most likely the node is prevented from fetching relevant information from the OS due to security policies or anti-virus software of sorts.

The exception is entirely harmless.

You can "disable" it by telling the node to use an absolute value instead:

# rabbitmq.conf or a conf.d file such as conf.d/total_memory_override.conf
total_memory_available_override_value = 4GB

Then the node won't try to infer that value. This is a rarely used feature that was added as a last resort measure for environment when a node cannot compute how much memory it has because years …

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
5 replies
@sharad578
Comment options

@lukebakken
Comment options

@michaelklishin
Comment options

@sharad578
Comment options

@lukebakken
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@sharad578
Comment options

@sharad578
Comment options

@michaelklishin
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #12293 on September 12, 2024 14:16.