home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1338.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1000 b   |  27 lines

  1. I just spent a while looking into why LemmingsDemo is sometimes flaky
  2. under Executor/DOS.  The problem appears to occur when you don't give
  3. it enough memory; I was able to reproduce this under Linux with:
  4.  
  5.     executor -applzone 1400
  6.  
  7. So I went over to a Mac and edited the LemmingsDemo SIZE resource so
  8. it only gets 1.4M of RAM (which Lemmins says should be enough).  Lo
  9. and behold, it crashes on a real Mac too!  So I guess our emulation is
  10. accurate.  :-)
  11.  
  12. If Lemmings is doing weird things to you, you should be able to work
  13. around this problem by saying:
  14.  
  15.     executor -applzone 2048
  16.  
  17. and thereby guaranteeing that Lemmings has 2M of free memory to work with.
  18.  
  19. For our next release we'll probably make the minimum default applzone
  20. size be 2M.  We've also taken out the 8M upper bound; you can now have
  21. applzone and syszone up to 16M!  This should make some of you diehard
  22. power users happy.  Going beyond the 16M limit is difficult because of
  23. limitations in the Macintosh memory manager design.
  24.  
  25. -Mat
  26.  
  27.