[plt-scheme] tools for determining memory leak?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu Feb 5 16:58:26 EST 2009

The memory backtracing that is built into mzscheme works well.

Most likely, you have large continuations and they are not being freed
in a timely way. What manager are you using?

Jay

On Thu, Feb 5, 2009 at 2:03 PM, YC <yinso.chen at gmail.com> wrote:
> Hi all -
>
> I am encountering curious behavior in my web code - basically for every
> request, ~7 or 8mb of memory is issued and never released.  As I have quite
> a bit of code written, I don't have an easy way to isolate the behavior at
> this time.
>
> Are there tools (or tips) for help tracking down the leak point?
>
> Thanks,
> yc
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.