[rabbitmq-discuss] BasicPublish() from .NET client hangs after upgrading server to 1.7.1
majek04
majek04 at gmail.com
Thu Jan 28 16:12:29 GMT 2010
On Thu, Jan 28, 2010 at 15:26, Ergeerts Glenn <glenn.ergeerts at artesis.be> wrote:
> This is the output:
>
> 3> os_mon_sysinfo:get_mem_info().
> ["76 -1658880 1016913920 -1 -1021628416 2147352576 2134794240\n"]
Congratulations. Your system has negative memory.
It looks like you've just found a bug in Erlang or Windows.
As mentioned before. for the time being I suggest disabling memory based
flow control. To do so you need to edit rabbitmq.config and put this
as contents:
[{rabbit, [{vm_memory_high_watermark, 0}]}].
You can read about this file here:
http://www.rabbitmq.com/install.html#configfile
This file normally lives in a path like that:
c:\Documents and Settings\<user>\Application Data\RabbitMQ\rabbitmq.config
To see if this file is working you could peek at the logs. After
setting the value
to zero, you _shouldn't_ see the line:
Memory limit set to XXXMB
Hope that helps,
Marek Majkowski
More information about the rabbitmq-discuss
mailing list