[Info-vax] Process memory settings
norm.raphael at metso.com
norm.raphael at metso.com
Wed Aug 12 17:08:48 EDT 2009
rgilbert88 at comcast.net wrote on 08/12/2009 04:57:03 PM:
> Syltrem 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
> >
> >
>
> Dare I suggest that the program you are running may have a memory leak?
> If so, the fix would be to correct the code rather than feed the program
> all the memory you have!
HELP/MESSAGE suggests:
User Action: Reduce the application's size or complexity, or increase
the
amount of available virtual memory by taking one or more
of
the following actions:
o Adjust the AUTHORIZE quota PGFLQUO to increase the
user's
paging file quota.
o Change the SYSGEN parameter VIRTUALPAGECNT (on VAX
systems
only) to increase the system's virtual page count limit.
o Increase the size of the system paging files.
o Increase the amount of system physical memory.
I would try PGFLQUOTA, if Richard is overreaching.
More information about the Info-vax
mailing list