Language:
Русский
English
┌──────────────────────╥─────────┐
│ High Heap Limit ║ 655360 │
└──────────────────────╨─────────┘
High Heap Limit specifies the maximum amount of memory (in bytes) to allocate to the heap.
Default size: 655360
On most systems, the default will allocate all available memory to the heap.
The value of High Heap Limit must be greater than or equal to the smallest heap size (Low Heap Limit).
You must specify a limit smaller than 64K if your program executes other programs. (See the Exec procedure.)