[softwarelist] Re: OvationPro 2.77(Iyonix) - large document memory problem

  • From: Chris Johnson <chris@xxxxxxxxxxxxxxxxxxxxx>
  • To: davidpilling@xxxxxxxxxxxxx
  • Date: Sat, 16 Oct 2010 22:38:45 +0100

In article <mpro.laeigx000b5tp03w8.lists@xxxxxxxxxxxxxxxxxx>,
   John Sandford <lists@xxxxxxxxxxxxxxxxxx> wrote:
> David Pilling <flist@xxxxxxxxxxxxxxxxxxx> wrote:


> > So someone invented a way of limiting the maximum size of dynamic
> > areas. What I guess may have happened is that you've got this
> > limiting feature set up to limit the size of the OP dynamic area
> > to less than 256MB.

> There is a line in one of the boot files that restricts dynamic
> areas to 128MB,its obvious when you see it, I am not at a Iyonix to
> be precise. You can alter this to allow up to 256MB.

On my machine it is in

  !Boot.Choices.Boot.PreDesk.DALimit

which is a one line BASIC program containing the following

  SYS "OS_DynamicArea",8,128*1024*1024,128*1024*1024,128*1024*1024

Change the 128s to 256 to allow dynamic areas up to 256MB. However
this will exhaust the address space quicker.

-- 
        Chris Johnson
To unsubscribe or subscribe goto: //www.freelists.org/list/davidpilling

Other related posts: