[Info-vax] Process memory settings

John Reagan johnrreagan at earthlink.net
Thu Aug 13 15:43:56 EDT 2009


"Syltrem" <syltremzulu at videotron.ca> wrote in message 
news:74Zgm.530414$4p1.384312 at en-nntp-03.dc1.easynews.com...
>
> With the new compiler 2.9 Peak virtual size goes up to 1964832 and is no 
> longer limited to 847968, but it still fails in the end even when I 
> haven`t used up my page file quota.
>

There is only 1GB of P0 space regardless of page file quota, pagefiles, 
working set, day of week, phase of moon, etc.  When you hit that limit, 
LIB$GET_VM (which is what the compiler uses to allocate memory) will return 
an error.  You cannot put 10 pounds of er, bits in a 5 pound bag.

If you have a COBOL program that causes the compiler to allocate memory 
until it dies at /OPT=LEVEL=1, then the compiler team would like to see it. 
In the meantime, you have /NOOPT as a workaround.

John 





More information about the Info-vax mailing list