|
|
|
epocheapsize
minimum
maximum
Use the epocheapsize statement to specify the minimum
and maximum sizes of the initial heap for a process. The default sizes are 4KB
minimum and 1MB maximum.
The minimum size specifies the RAM that is initially mapped for the heap's use. The process can then obtain more heap memory on demand until the maximum value is reached. For more information, see Memory Management concepts.
The sizes can be specified in decimal or hexadecimal format. Memory is allocated in pages, so the minimum and maximum values are rounded up to a multiple of the page size (4K).