[plt-scheme] Getting mem usage?
At Sun, 13 Jun 2004 23:30:53 +0200, "ifconfig nslookup [plt]" wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Actually, I started mzscheme from the prompt:
>
> D:\Program Files\PLT>mzscheme
> Welcome to MzScheme version 207, Copyright (c) 2004 PLT Scheme, Inc.
> > (dump-memory-stats)
> Begin Dump
> End Dump
> > (exit)
Under Windows, the output apparently goes to a "gc.log" file.
This behavior is hardwired in the Boehm GC. I'll either change it or
document it.
Matthew