[plt-scheme] DrScheme and memory

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Nov 28 19:04:41 EST 2005

At Mon, 28 Nov 2005 08:42:57 -0700, "Chongkai Zhu" wrote:
> By the way, I don't think the 3m collector
> will solve your problem.

It sounds like DrScheme is using more and more memory as you run your
program, so it's the sort of problem that 3m *should* solve. If you try
DrScheme3m, please let me know whether it helps.

I made a little progress over the weekend in reducing DrScheme's memory
use, independent of the GC (reducing the initial footprint by about
8MB). We will certainly keep working on this problem.

Matthew



Posted on the users mailing list.