[rabbitmq-discuss] MulticastMain Java client causes Erlang error eheap_alloc: Cannot allocate 467078560 bytes of memory (of type "heap") (with RabbitMQ 1.7.1)
John Apps
johndapps at gmail.com
Wed Jan 27 10:43:11 GMT 2010
Matthias,
As far as Windows 7 support for physical memory is concerned,
this http://msdn.microsoft.com/en-us/library/aa366778(VS.85).aspx page
mentions a difference with the attribute IMAGE_FILE_LARGE_ADDRESS_AWARE
which
is influenced by the linker option /LARGEADDRESSAWARE.
2 GB with IMAGE_FILE_LARGE_ADDRESS_AWARE cleared (default)
4 GB with IMAGE_FILE_LARGE_ADDRESS_AWARE set
See (http://msdn.microsoft.com/en-us/library/wz223b1z.aspx)
It would be good to know how the images shipped with the kit were linked.
This is Windows 7 X64 on a dual-core Inel with 4GB of physical memory
and a page file of maximum 16GB.
___________________________________________________
. This run is with memory of 0.1.
. The SASL.log is empty, i.e., 0 bytes.
. The rabbit log is attached. (BIGPOOH.log)
. There was no CPU activity after the messages/sec dropped to 0.
. RabbitMQ did respond to rabbitmqctl; the status is captured below,
first time when the client was still connected, second after I
had aborted it.
___________________________________________________
here we go at 11:04:33.47 2010-01-27
starting consumer #0
starting producer #0
sending rate: 9470 msg/s
sending rate: 8778 msg/s
sending rate: 6585 msg/s
sending rate: 3370 msg/s
sending rate: 2189 msg/s
sending rate: 1428 msg/s
sending rate: 0 msg/s
___________________________________________________
C:\AMQP\RabbitMQ\rabbitmq_server-1.7.1\sbin>rabbitmqctl status >
rabbitmqctl.status
C:\AMQP\RabbitMQ\rabbitmq_server-1.7.1\sbin>more rabbitmqctl.status
=PROGRESS REPORT==== 27-Jan-2010::11:15:40 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.38.0>},
{name,alarm_handler},
{mfa,{alarm_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 27-Jan-2010::11:15:40 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.39.0>},
{name,overload},
{mfa,{overload,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
Status of node 'BIGPOOH at BIGPOOH' ...
=PROGRESS REPORT==== 27-Jan-2010::11:15:40 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.37.0>},
{name,sasl_safe_sup},
{mfa,
{supervisor,start_link,
[{local,sasl_safe_sup},sasl,safe]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 27-Jan-2010::11:15:40 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.40.0>},
{name,release_handler},
{mfa,{release_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 27-Jan-2010::11:15:40 ===
application: sasl
started_at: rabbitmqctl at BIGPOOH
=PROGRESS REPORT==== 27-Jan-2010::11:15:40 ===
supervisor: {local,inet_gethost_native_sup}
started: [{pid,<0.46.0>},{mfa,{inet_gethost_native,init,[[]]}}]
=PROGRESS REPORT==== 27-Jan-2010::11:15:40 ===
supervisor: {local,kernel_safe_sup}
started: [{pid,<0.45.0>},
{name,inet_gethost_native_sup},
{mfa,{inet_gethost_native,start_link,[]}},
{restart_type,temporary},
{shutdown,1000},
{child_type,worker}]
[{running_applications,[{rabbit,"RabbitMQ","1.7.1"},
{mnesia,"MNESIA CXC 138 12","4.4.12"},
{os_mon,"CPO CXC 138 46","2.2.4"},
{sasl,"SASL CXC 138 11","2.1.8"},
{stdlib,"ERTS CXC 138 10","1.16.4"},
{kernel,"ERTS CXC 138 10","2.13.4"}]},
{nodes,['BIGPOOH at BIGPOOH']},
{running_nodes,['BIGPOOH at BIGPOOH']}]
...done.
___________________________________________________
C:\AMQP\RabbitMQ\rabbitmq_server-1.7.1\sbin>rabbitmqctl status >
rabbitmqctl.status1
C:\AMQP\RabbitMQ\rabbitmq_server-1.7.1\sbin>more rabbitmqctl.status1
=PROGRESS REPORT==== 27-Jan-2010::11:20:13 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.38.0>},
{name,alarm_handler},
{mfa,{alarm_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 27-Jan-2010::11:20:14 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.39.0>},
{name,overload},
{mfa,{overload,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
Status of node 'BIGPOOH at BIGPOOH' ...
=PROGRESS REPORT==== 27-Jan-2010::11:20:14 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.37.0>},
{name,sasl_safe_sup},
{mfa,
{supervisor,start_link,
[{local,sasl_safe_sup},sasl,safe]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 27-Jan-2010::11:20:14 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.40.0>},
{name,release_handler},
{mfa,{release_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 27-Jan-2010::11:20:14 ===
application: sasl
started_at: rabbitmqctl at BIGPOOH
=PROGRESS REPORT==== 27-Jan-2010::11:20:14 ===
supervisor: {local,inet_gethost_native_sup}
started: [{pid,<0.46.0>},{mfa,{inet_gethost_native,init,[[]]}}]
=PROGRESS REPORT==== 27-Jan-2010::11:20:14 ===
supervisor: {local,kernel_safe_sup}
started: [{pid,<0.45.0>},
{name,inet_gethost_native_sup},
{mfa,{inet_gethost_native,start_link,[]}},
{restart_type,temporary},
{shutdown,1000},
{child_type,worker}]
[{running_applications,[{rabbit,"RabbitMQ","1.7.1"},
{mnesia,"MNESIA CXC 138 12","4.4.12"},
{os_mon,"CPO CXC 138 46","2.2.4"},
{sasl,"SASL CXC 138 11","2.1.8"},
{stdlib,"ERTS CXC 138 10","1.16.4"},
{kernel,"ERTS CXC 138 10","2.13.4"}]},
{nodes,['BIGPOOH at BIGPOOH']},
{running_nodes,['BIGPOOH at BIGPOOH']}]
...done.
___________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100127/cc9411a3/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BIGPOOH.log
Type: application/octet-stream
Size: 5238 bytes
Desc: not available
Url : http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100127/cc9411a3/attachment.obj
More information about the rabbitmq-discuss
mailing list