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

  1. >>>>> "cananian" == C Scott Ananian <cananian@phoenix.Princeton.EDU> writes:
  2.  
  3.     cananian> Thanks.  I've got 4 Megs, and it does work with just
  4.     cananian> himem and emm386.  Maybe it's a conflict with something
  5.     cananian> further down the list?  I'm running on a laptop; maybe
  6.     cananian> it's got a conflict with my power managers.  You seem to
  7.     cananian> think it's a memory shortage, though.  I've got 4 Megs,
  8.     cananian> but I can't manage to set an -applzone larger than 1250
  9.     cananian> without crashing, with nothing loaded except my mouse
  10.     cananian> driver.  Is that normal?  --Scott
  11.  
  12. That doesn't surprise me.  Executor needs memory for several other
  13. things besides the program's -applzone.  Executor itself is about 1.4 MB.
  14.  
  15. Normally Executor would start using virtual memory when it runs out of
  16. physical memory.  Theoretically you should notice a slowdown as your
  17. machine runs out of RAM and starts paging to disk, but you shouldn't
  18. see a crash.
  19.  
  20. Unfortunately, the DOS extender we are using has a bug where if you
  21. run out of memory and start paging with Executor's timer interrupts
  22. enabled, your machine may hang or crash.  We've seen that on our
  23. laptop, which doesn't have much memory.  For now, those of you
  24. affected by this problem can try to get around this with "executor
  25. -noclock" and see if that helps.  Running under DPMI (e.g. from the
  26. Windows DOS shell) will probably solve the problem as well, at least
  27. if you have virtual memory enabled under Windows.
  28.  
  29. We plan to have this problem solved before we ship 2.0, since it's
  30. fairly serious, and 4MB of RAM is a common configuration.
  31.  
  32. -Mat
  33.  
  34.