Rational Developer for System z
PL/I for Windows, Version 7.6, プログラミング・ガイド

/HEAP

/HEAP を使用して、プログラム・ヒープのサイズをバイト単位で設定します。reserve 引数は、予約する仮想アドレス・スペースの合計を設定します。commit は、初期に割り当てる物理メモリーの量を設定します。commitreserve より低い場合は、メモリー要求回数は減少しますが、実行時間が遅くなることがあります。

デフォルト: /HEAP:0x100000,0x1000

省略形: /HEA


Terms of use | Feedback

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