home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text3086.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.8 KB

  1. Received: from sloth.swcp.com (sloth.swcp.com [198.59.115.25]) by nacm.com (8.6.10/8.6.9) with ESMTP id WAA27346 for <executor@nacm.com>; Wed, 12 Jul 1995 22:13:49 -0700
  2. Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id XAA09734 for nacm.com!executor; Wed, 12 Jul 1995 23:13:48 -0600
  3. Received: from gwar.ardi.com by mailhost  with smtp
  4.     (nextstep Smail3.1.29.0 #11) id m0sWGYK-000YbCC; Wed, 12 Jul 95 23:11 MDT
  5. Received: by gwar.ardi.com (linux Smail3.1.28.1 #5)
  6.     id m0sWGYJ-000GOkC; Wed, 12 Jul 95 23:11 MDT
  7. Message-Id: <m0sWGYJ-000GOkC@gwar.ardi.com>
  8. Date: Wed, 12 Jul 95 23:11 MDT
  9. From: mat@ardi.com (Mat Hostetter)
  10. To: executor@nacm.com
  11. Subject: An amusing note about Lemmings flakiness
  12. Sender: owner-paper@nacm.com
  13. Precedence: bulk
  14.  
  15. I just spent a while looking into why LemmingsDemo is sometimes flaky
  16. under Executor/DOS.  The problem appears to occur when you don't give
  17. it enough memory; I was able to reproduce this under Linux with:
  18.  
  19.     executor -applzone 1400
  20.  
  21. So I went over to a Mac and edited the LemmingsDemo SIZE resource so
  22. it only gets 1.4M of RAM (which Lemmins says should be enough).  Lo
  23. and behold, it crashes on a real Mac too!  So I guess our emulation is
  24. accurate.  :-)
  25.  
  26. If Lemmings is doing weird things to you, you should be able to work
  27. around this problem by saying:
  28.  
  29.     executor -applzone 2048
  30.  
  31. and thereby guaranteeing that Lemmings has 2M of free memory to work with.
  32.  
  33. For our next release we'll probably make the minimum default applzone
  34. size be 2M.  We've also taken out the 8M upper bound; you can now have
  35. applzone and syszone up to 16M!  This should make some of you diehard
  36. power users happy.  Going beyond the 16M limit is difficult because of
  37. limitations in the Macintosh memory manager design.
  38.  
  39. -Mat
  40.  
  41.