Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

/HEAP

Use /HEAP to set the size of the program heap in bytes. The reserve argument sets the total virtual address space reserved. The commit sets the amount of physical memory to allocate initially. When commit is less than reserve, memory demands are reduced, but execution time can be slower.

Default: /HEAP:0x100000,0x1000

Abbreviation: /HEA


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)