home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text7718.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  2.2 KB  |  59 lines

  1.     id m0uZzqK-0007uKa; Sat, 29 Jun 96 07:13 MDT
  2. Sender: owner-executor
  3. Received: from ardi.com by ftp.ardi.com
  4.     (Smail3.1.29.1 #3) id m0uZzph-0007uCn; Sat, 29 Jun 96 07:13 MDT
  5. Path: sloth.swcp.com!usenet
  6. From: Clifford T. Matthews <ctm@ardi.com>
  7. Newsgroups: comp.emulators.mac.executor
  8. Subject: Re: Lots of memory used???
  9. Date: 29 Jun 1996 06:55:10 -0600
  10. Organization: ARDI
  11. Lines: 36
  12. Message-ID: <ufpw6iepn5.fsf@ftp.ardi.com>
  13. References: <Dtozz8.JF0@gorilla.nbn.com>
  14. NNTP-Posting-Host: gw.ardi.com
  15. In-reply-to: holmes@gorilla.nbn.com's message of Fri, 28 Jun 1996 04:18:42 GMT
  16. X-Newsreader: Gnus v5.0
  17. To: executor@ardi.com
  18. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  19. Sender: owner-executor@ardi.com
  20. Precedence: bulk
  21.  
  22. >>>>> "Tim" == Tim Holmes <holmes@gorilla.nbn.com> writes:
  23. In article <Dtozz8.JF0@gorilla.nbn.com> holmes@gorilla.nbn.com (Tim Holmes) writes:
  24.  
  25.  
  26.     Tim> I have a Pentium w/ 32 meg ram, and I have been running out
  27.     Tim> of memory (into swap anyway) using Executor running Excel.  I
  28.     Tim> did the following experiment by doing the "free" command at
  29.     Tim> different stages.  I think that the memory usage may be
  30.     Tim> somewhat cumulative, that is, the longer I work, the more I
  31.     Tim> use up, but that part I'm not sure of.  It took over 10 megs
  32.     Tim> of ram to open up three large spreadsheets.  Is this expected
  33.     Tim> behavior?  (Caldera/Linux 1.2.13)
  34.  
  35. Your machine didn't start out with much free memory, and Executor has
  36. to have enough memory for itself (about 3Mb), the offscreen bitmap,
  37. the applzone and scratch space for dynamic recompiling.
  38.  
  39. The Mac memory manager uses round robin to allocate memory and so even
  40. if you're not using all the memory (4 MB applzone), it *appears* that
  41. you are, at least from Linux's VM subsystem's point of view.
  42.  
  43. Or at least that's my guess as to what's happening.
  44.  
  45. You might want to try using "-memory 4m" instead of "-applzone 4m"
  46. since the former will allocate 4 Mb for applzone, syszone and stack
  47. total, while the latter will use 4m for applzone and then use defaults
  48. for the other two.
  49.  
  50. Linux 2.0 does better with paging, too.
  51.  
  52.     Tim> Thanks,
  53.  
  54.     Tim> Tim Holmes holmes@gorilla.nbn.com
  55.  
  56. --Cliff
  57. ctm@ardi.com
  58.  
  59.