[Info-vax] Process memory settings
John Wallace
johnwallace4 at yahoo.co.uk
Wed Aug 12 17:19:58 EDT 2009
On Aug 12, 9:47 pm, "Syltrem" <syltremz... at videotron.ca> wrote:
> I have a process running some program and while it does so,
> $ write sys$output F$GETJPI("","WSSIZE")
> grows until it reaches
> $ write sys$output F$GETJPI("","WSAUTHEXT")
>
> Then I get
> %LIB-F-INSVIRMEM, insufficient virtual memory
>
> How do I raise the Authorized Working Set Extent ?
> I tried WSEXT in Authorize with no luck, also Sysgen's PQL_MWSEXT
>
> This is efinitely not something I play with very often, and I can't seem to
> find anything with Google...
>
> Pls help !
> Thanks
> Syltrem
Back to basics.
The error message says you have insufficient *virtual* memory. What
does the Error Messages and Recovery Procedures book (or indeed
equivalently HELP /MESSAGE) say wrt INSVIRMEM ? (Hint: sapienzaf has
an answer).
Increasing the working set will increase the program's available
*physical* memory, but it will not directly increase the virtual
memory available to the program. Perhaps monitoring WSEXT and seeing
it hit its limit at around the same time as WSEXT = WSAUTHEXT is only
indirectly related to the underlying problem causing the INSVIRMEM? Do
you have the source? What is returning INSVIRMEM?
More information about the Info-vax
mailing list