<div dir="ltr">I assumed that when you wrote &quot;the framework&quot; you were referring to the library you get by (require framework), but perhaps you weren&#39;t?<div><br></div><div>Robby</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Sep 9, 2013 at 12:29 PM, J. Ian Johnson <span dir="ltr">&lt;<a href="mailto:ianj@ccs.neu.edu" target="_blank">ianj@ccs.neu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I don&#39;t use the gui framework at all. This is all just pounding on global hash-tables and vectors. Or are you talking about the sandbox queuing up callbacks?<br>
<div class="im HOEnZb">-Ian<br>
----- Original Message -----<br>
</div><div class="im HOEnZb">From: &quot;Robby Findler&quot; &lt;<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>&gt;<br>
To: &quot;J. Ian Johnson&quot; &lt;<a href="mailto:ianj@ccs.neu.edu">ianj@ccs.neu.edu</a>&gt;<br>
Cc: &quot;dev&quot; &lt;<a href="mailto:dev@racket-lang.org">dev@racket-lang.org</a>&gt;<br>
</div><div class="im HOEnZb">Sent: Monday, September 9, 2013 1:16:51 PM GMT -05:00 US/Canada Eastern<br>
Subject: Re: [racket-dev] call-with-limits memory bound isn&#39;t actually bounding memory usage<br>
<br>
<br>
</div><div class="HOEnZb"><div class="h5">The framework will, sometimes do stuff that queues callbacks and, depending on how you&#39;ve set up other things, the code running there might escape from the limit. Did you try putting the eventspace under the limit too?<br>

<br>
Robby<br>
<br>
<br>
<br>
On Mon, Sep 9, 2013 at 10:54 AM, J. Ian Johnson &lt; <a href="mailto:ianj@ccs.neu.edu">ianj@ccs.neu.edu</a> &gt; wrote:<br>
<br>
<br>
I&#39;m running my analysis benchmarks in the context of (with-limits (* 30 60) 2048 &lt;run-analysis&gt;), and it&#39;s been good at killing the process when the run should time out, but now I have an instantiation of the framework that just gobbles up 15GiB of memory without getting killed. What might be going on here?<br>

<br>
Running 5.90.0.9<br>
-Ian<br>
_________________________<br>
Racket Developers list:<br>
<a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/dev</a><br>
<br>
</div></div></blockquote></div><br></div>