By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!> Now that I switched to global aliases, my version-9 alias file loads
> without problem. (Under version 9, I had no problem loading the file
> with local aliases.)
>
> I must say that the uncontrolled failure in version 10 is disappointing.
> There is no warning message -- just a complete crash. It would be
> gracious if the alias loader would check for enough space and fail with
> an error message rather than leaving the alias storage messed up so that
> the system later crashes (the crash did not always occur at the time the
> aliases were loaded -- only the first time a command was issued.)
> rconn wrote:
> | vefatica wrote:
> |
> |
> | ---Quote---
> || I use global lists. MEMORY reports
> ||
> || 262,144 characters total alias
> || 261,466 characters free
> ||
> || 131,072 characters total function
> || 131,019 characters free
> ||
> || These are both twice the values mentioned in limitations.htm and
> || alias.htm.
> ||
> || Do we have any control over the size of global alias and function
> || lists?
> | ---End Quote---
> | You cannot specify the initial size, and you cannot resize global
> | lists.
>
> Why?
> I seem to recall that global list allocations are nominal, as they use their
> total allocated sizes in virtual address space, but those pages which are
> completely free never actually use physical storage, so in Vince's above
> case aliases and functions would each have only 1 page of physical memory.
> Is this correct?
>I seem to recall that global list allocations are nominal, as they use their
>total allocated sizes in virtual address space, but those pages which are
>completely free never actually use physical storage, so in Vince's above
>case aliases and functions would each have only 1 page of physical memory.
>Is this correct?
> Rex,
>
> Do you plan to do anything about the memory assigned for local aliases
> and functions? I'm running build 38, and with the local aliases option
> checked, TCC bombs.
>
> The help file on limitations gives figures for global values but says
> nothing about local values. I would certainly like to see more than 16K.