<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Our naming of Windows is very
misleading.<br>
<br>
In this context "win32" means Windows OS not wordsize. For
instance os:type/0 will return {win32,_} on 64 bit and that is
because we don't want to make the distinction between win32 and
win64. It should probably just have been 'windows' from the first
implementation but .. C'est la vie.<br>
<br>
Check for wordsize to be sure.<br>
<br>
<tt>Eshell V7.0 (abort with ^G)</tt><tt><br>
</tt><tt>1</tt><tt>> erlang:system_info(system_architecture).</tt><tt><br>
</tt><tt>"win32"</tt><tt><br>
</tt><tt>2> os:type().</tt><tt><br>
</tt><tt>
{win32,nt}</tt><tt><br>
</tt><tt>
3> erlang:system_info(wordsize). </tt><tt><br>
</tt><tt>8</tt><tt><br>
</tt><br>
// Björn-Egil<br>
<br>
<br>
On 2014-09-04 04:45, Eric Cotter wrote:<br>
</div>
<blockquote cite="mid:5407d26a.6560440a.0f69.1483@mx.google.com"
type="cite">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<div>
<div style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif">Hello,<br>
<br>
I am using RabbitMQ on a Windows 64bit OS.<br>
I installed the 64 bit most recent windows distro.<br>
<br>
I ran the erlang console and verified that it is 64 bit.<br>
<br>
I installed rabbitmq, which is written in erlang and the
installed components are a bunch of beam files. When I run
the server and execute the rabbitmqctl eval
erlang:system-info(system-architecture). I get win32.<br>
<br>
I'm facing a problem in my dev environment where erlang is
crashing at just 2gb of ram. I have the crash dump files.
This Windows VM has 25gb ram and 8 cores. I am running at 30
to 50% CPU utilization when erlang crashes.<br>
<br>
I have verified all previous erlang versions have been removed
and the registry prior to install.<br>
<br>
Any thoughts other then the obvious to install on Linux and I
will be. I have an urgent need to be able to run rabbitmq in
a larger memory constraint.<br>
<br>
Rabbitmq management UI tells me the erlang instance is 64 bit,
however it acts like its 32bit and the architecture tells me
so.<br>
<br>
What can I do to run RabbitMQ in 64 bit.<br>
<br>
Thank you very much!<br>
<br>
Eric Cotter</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
</pre>
</blockquote>
<br>
</body>
</html>