MLton 20011006

Norman Ramsey nr@eecs.harvard.edu
Mon, 22 Oct 2001 17:19:24 -0400


 > 
 > > It seems to me to be working -- but I think for me, 80% of RAM would
 > > be a safer number.
 > 
 > Thanks for the report.  I don't think any solution to the problem of
 > deciding how much memory to restrict MLton apps to is imminent, so I'm
 > afraid for a while you're going to have to live with using
 > 
 > 	@MLton max-heap ???m --
 > 
 > Hopefully that's not too annoying.

It's fine.  

If you get more ambitious I would suggest

  max heap = 0.9 * memsize - 50MB


Norman