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

  1. >>>>> "Tim" == Tim Holmes <holmes@gorilla.nbn.com> writes:
  2. In article <DosK90.EyM@gorilla.nbn.com> holmes@gorilla.nbn.com (Tim Holmes) writes:
  3.  
  4.  
  5.     Tim> I'm using E/L 199q8 on a Pentium box with 32 meg memory.
  6.     Tim> When I open 3-4 large spreadsheets, it starts slowing down,
  7.     Tim> eventually giving me an out of memory error.  If I go to an
  8.     Tim> xterm and do a free command it shows more memory available.
  9.     Tim> Not even into swap, which I have 20 meg configured.
  10.  
  11.     Tim> Can executor only access a certain amount of memory?  This is
  12.     Tim> using Excel 4.0.
  13.  
  14. By default Executor/Linux only assigns 2 MB of memory for the
  15. "application zone", which is the portion of memory where most
  16. applications store their data.  You can trivially expand this with the
  17. "-applzone" command line switch:
  18.  
  19. executor -applzone 4m
  20.  
  21. will increase that limit from 2 MB to 4 MB.  If you ask for too much
  22. memory then Executor will use virtual memory and you'll slow down, but
  23. on your configuration, you should be able to say "executor -applzone
  24. 16m" with no penalty.
  25.  
  26.     Tim> Tim Holmes holmes@gorilla.nbn.com
  27.  
  28. --Cliff
  29. ctm@ardi.com
  30.  
  31.