Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!cbosgd!ihnp4!inuxc!pur-ee!uiucdcs!uiucdcsp!johnson From: johnson@uiucdcsp.CS.UIUC.EDU Newsgroups: net.lang.st80 Subject: Re: Problems with BS II Message-ID: <9000011@uiucdcsp> Date: Fri, 8-Aug-86 09:43:00 EDT Article-I.D.: uiucdcsp.9000011 Posted: Fri Aug 8 09:43:00 1986 Date-Received: Sun, 10-Aug-86 19:48:32 EDT References: <243@brand.UUCP> Lines: 10 Nf-ID: #R:brand.UUCP:243:uiucdcsp:9000011:000:489 Nf-From: uiucdcsp.CS.UIUC.EDU!johnson Aug 8 08:43:00 1986 BS has a very interesting and elegant memory management scheme called "generation scavenging" that is described in the May 84 issue of both Software Engineering Notes and SIGPLAN Notices. It uses several different memory areas for garbage collection. The sizes of these areas can be changed by setting environment variables. Unfortunately, the default sizes are set too small. Try setting the environment variable SurvivorLength to 35. That got rid of the errors here. Ralph Johnson