<div dir="ltr">Hi Chris,<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 22, 2014 at 11:54 AM, Chris Muller <span dir="ltr">&lt;<a href="mailto:asqueaker@gmail.com" target="_blank">asqueaker@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I try with the -memory parameter instead of -mmap, then Cog crashes<br>
immediately with -memory 2200m when launching the stock 4.5 image..<br></blockquote><div><br></div><div>Yes, that&#39;s your limit with X11.  32-bit linux reserves the top 1Gb for kernel space, leaving 3Gb for user processes.  Once you factor in space taken for the VM and the X11 libraries (plus sundries) 2200mb is simply too much memory and the system crashes in X11 startup.  So for the moment you&#39;ll need to peg things at 2100mb or 2000mb.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
On Thu, May 22, 2014 at 1:44 PM, Chris Muller &lt;<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>&gt; wrote:<br>
&gt; On Thu, May 22, 2014 at 1:00 PM, David T. Lewis &lt;<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>&gt; wrote:<br>
&gt;&gt; Usually on a unix system, a &quot;No such file or directory&quot; error means<br>
&gt;&gt; exactly what it says. A file named &quot;/dev/dsp&quot; is a device file in the /dev<br>
&gt;&gt; pseudo-file system, which presumably is not present. Various flavors of<br>
&gt;&gt; Linux or Unix might have different sound systems active, and might have<br>
&gt;&gt; different naming conventions for device files.<br>
&gt;&gt;<br>
&gt;&gt; I can&#39;t think of any reason why this should have an interaction with<br>
&gt;&gt; object memory allocation. If it seems to be VM related, try running with<br>
&gt;&gt; an interpreter VM or a different version of Cog and see if the symptoms<br>
&gt;&gt; change.<br>
&gt;<br>
&gt; It&#39;s because there&#39;s a System beep somewhere in there and I was just<br>
&gt; interjecting the question-- why the heck do we have System beep(s)<br>
&gt; embedded in the system?<br>
&gt;<br>
&gt; But let&#39;s please not focus on that right now.  I really want to ask<br>
&gt; the more important question whether there&#39;s a problem with Cog.<br>
&gt;<br>
&gt; None of the symptoms happen with the Interpreter VM (2357).<br>
&gt;<br>
&gt; You can easily reproduce it yourself with Cog.  Just start the base<br>
&gt; Squeak4.5 image with the -mmap 2000m argument.<br>
&gt;<br>
&gt; Then, in a workspace:<br>
&gt;<br>
&gt;    self halt.<br>
&gt;<br>
&gt; Do It, then press Proceed on the debugger that appears.<br>
&gt;<br>
&gt; Does the problem occur for you too?  It&#39;s related to amount reclaimed<br>
&gt; by the garbage-collector, but clearly we&#39;re not out of memory....<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div>
</div></div>