<br><br><div class="gmail_quote">On Thu, Feb 5, 2009 at 1:58 PM, Jay McCarthy <span dir="ltr">&lt;<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The memory backtracing that is built into mzscheme works well.<br>
</blockquote><div><br>Are you referring to `dump-memory-stats`?&nbsp; That&#39;s the only facility that I was able to find.&nbsp; Is there something else that I can use?<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Most likely, you have large continuations and they are not being freed<br>
in a timely way. What manager are you using?<br>
</blockquote><div><br>I am fairly certain this is not caused solely by web-server - I am using LRU manager and quite happy with its behavior.<br><br>My challenge is that I wrote a ton of code without noticing the behavior, so am at a loss to track down the problem quickly.&nbsp; My current approach is to reconstruct the code in chunks, hopefully to isolate the leak point, and this process is just slow.<br>
<br>Thanks,<br>yc<br><br></div></div>