home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text3486.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.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 VAA16571 for <executor@nacm.com>; Sun, 23 Jul 1995 21:06:44 -0700
  2. Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id RAA05674; Sun, 23 Jul 1995 17:59:59 -0600
  3. Received: from beaut.ardi.com by mailhost  with smtp
  4.     (nextstep Smail3.1.29.0 #11) id m0saAty-000YbhC; Sun, 23 Jul 95 17:57 MDT
  5. Received: by beaut.ardi.com (linux Smail3.1.28.1 #5)
  6.     id m0saAty-00005nC; Sun, 23 Jul 95 17:57 MDT
  7. Message-Id: <m0saAty-00005nC@beaut.ardi.com>
  8. Date: Sun, 23 Jul 95 17:57 MDT
  9. From: ctm@ardi.com (Clifford Thomas Matthews)
  10. To: Fred Salerno <salernof@gate.net>
  11. Cc: executor@nacm.com
  12. Subject: Re: 1.99 Memory
  13. In-Reply-To: <Pine.A32.3.91.950723151007.94519B-100000@navajo.gate.net>
  14. References: <Pine.A32.3.91.950723151007.94519B-100000@navajo.gate.net>
  15. Sender: owner-paper@nacm.com
  16. Precedence: bulk
  17.  
  18. >>>>> "Fred" == Fred Salerno <salernof@gate.net> writes:
  19.  
  20.     Fred> Ever since 1.99l or so, I have not been able to run Executor
  21.     Fred> with EMM loaded unless i specify a smaller applzone. Its
  22.     Fred> default always said "not enough memory, try a smaller
  23.     Fred> applzone" I have 12 megs of memory.
  24.  
  25. Starting with 1.99n, we've added a "-info" switch.  If you could run
  26. Executor with "-info" with various combinations of "-applzone", that
  27. might help us figure out what's going on.
  28.  
  29.     Fred> However, if I remove 4 megs of it and only have 8 megs, its
  30.     Fred> default applzone works fine... Is there a bug in its formula
  31.     Fred> to dtermine how much to set for its applzone?
  32.  
  33. The formula is pretty straightforward.  It looks at how much free DPMI
  34. memory you have after Executor's already been loaded (Executor takes
  35. about 1.5 MB of DPMI memory right off the top, no matter what else is
  36. done), then it divides that number in two and uses the result, unless
  37. the result is less than 2 MB, in which case it uses 2 MB or > 16 MB,
  38. in which case it uses 16 MB.
  39.  
  40. However, it could be that EMM is not very smart and EMM may need disk
  41. space for the DPMI memory that is being used, even if there's enough
  42. physical memory to hold it all.  If that's the case, and you're low on
  43. disk space, then the scenario you describe might make sense, since
  44. Executor with 12 MB to start with, Executor would use a default
  45. applzone size of (12 - 1.5) / 2 = 5.25 MB, but with 8 MB to start with
  46. Executor would use a default applzone size of (8 - 1.5) / 2 = 3.25 MB.
  47.  
  48. However, if you're not tight on disk space, I don't know what is going
  49. on, but using "-info" and telling us what's happening will probably
  50. help.
  51.  
  52.     Fred> Now I have 16 megs and it seems to guess its applzone fine.
  53.  
  54. Hmmm... did you maybe clean up some disk space when you added memory?
  55.  
  56.     --Cliff
  57.     ctm@ardi.com
  58.  
  59.