Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uunet!vtserf!creatures!davism From: davism@creatures.cs.vt.edu (Mat Davis) Newsgroups: comp.unix.aux Subject: Re: MultiFinder Virtual Memory Size under A/UX 2.0 Message-ID: <321@creatures.cs.vt.edu> Date: 9 May 90 12:09:57 GMT References: <3223@rodan.acs.syr.edu> Sender: usenet@creatures.cs.vt.edu Reply-To: davism@vtopus.cs.vt.edu (Mat Davis) Distribution: na Organization: Virginia Tech Computer Science, Blacksburg, VA Lines: 22 In article <3223@rodan.acs.syr.edu> demarsee@gamera.cns.syr.edu (Darryl E. Marsee) writes: >I'm running A/UX 2.0b9, and want to set up the virtual memory capability >when running under MultiFinder. However, I can't remember which file it is >I have to edit, and what to add to it, to get this to work. Can anyone >refresh my memory? Also, how big can I make this? I know that with an 8Mb- >real machine I can run with 16Mb virtual memory. How about with a 4Mb-real >machine? Can I still set it up as a 16Mb virtual machine, or do I have >some lower limit? > I modified the files /mac/bin/mac24 and /mac/bin/mac32 to add '$*' on the 'startmac' command. That way, I can type 'mac32 -m5m' to start a 5M Mac environment, or just 'mac32' to use the default size (the size of physical RAM). So far as I've been told, 16M is the largest Mac environment that you can run, but I'd expect that you could run that on a 4M machine with a 16M swap partition (so that you 20M virtual memory; 2-3M for the kernel, 16M for the Mac OS, and some to spare). It would probably swap enough to be very slow, but it should work. Mat