[plt-scheme] Getting mem usage?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Jun 14 09:26:28 EDT 2004

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



Posted on the users mailing list.