Newsgroups: comp.lang.lisp
Path: cantaloupe.srv.cs.cmu.edu!europa.chnt.gtegsc.com!gatech!howland.reston.ans.net!xlink.net!news.ppp.de!news.Hanse.DE!wavehh.hanse.de!cracauer
From: cracauer@wavehh.hanse.de (Martin Cracauer)
Subject: Re: CMU LISP
Message-ID: <1995Jul8.062859.5008@wavehh.hanse.de>
Organization: The Internet
References: <3tjhrp$5b0@usenet.ucs.indiana.edu>
Date: Sat, 8 Jul 95 06:28:59 GMT
Lines: 24

schooler@silver.ucs.indiana.edu (lael schooler) writes:
>When we try to run CMU Lisp on a Dec Alpha we get the following
>message:

>-- Unable to obtain requested swap space
>mmap: Not enough space

>We have 120mb swap and 64mb RAM installed. Does anybody have an idea
>of how much more memory we might need? 

rm /sbin/swapdefault

This changes memory allocation policy so that more memory than
availiable can be malloced/mmaped. CMU CL allocates more than it needs
on startup, about 260 MB. Only a fraction of those pages will actually
be used. So, if you cannot change you paging policy, you have to have
200 MB swap and 64 MB RAM for CMUCL plus whatever you need in
addition.

Martin
-- 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Martin Cracauer <cracauer@wavehh.hanse.de>. No NeXTMail, please.
 Norderstedt/Hamburg, Germany. Fax +49 40 522 85 36. This is a 
 private address. At (netless) work programming in data analysis.
