Message-ID: <321BF5A6.BD9@gbrmpa.gov.au> Date: Thu, 22 Aug 1996 13:52:38 +0800 From: Leath Muller MIME-Version: 1.0 To: David Faure CC: djgpp AT delorie DOT com Subject: Re: lots of disk access when linking? References: <01bb8ef5.847655a0$06020690 AT cam DOT utas DOT edu DOT au> <4veccu$57p AT is DOT bbsrc DOT ac DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > I think you should call a program like SMARTDRV to "cache" some > disk-accesses. If you don't use it at the moment, you should just add it > to your autoexec (see FAQ for optimal configuration of Smartdrv....) Or you could set up a small ramdrive, and point your tmp dir to it. You could have something like: device=ramdrive.sys 4096 /E which should give a 4Mb ramdrive (from memory...). Leathal.