Implementation of the forgotten function set-max-heap-size. The function can shrink and grow the heap size up to MAXIMUM-HEAP-SIZE. Logical space of MAXIMUM-HEAP-SIZE is allocated for the heap when it is created and cannot be later extended. Memory is only committed to this space when necessary and cannot exceed the limit set by set-max-heap-size.
Implementation of the forgotten function
set-max-heap-size
. The function can shrink and grow the heap size up toMAXIMUM-HEAP-SIZE
. Logical space ofMAXIMUM-HEAP-SIZE
is allocated for the heap when it is created and cannot be later extended. Memory is only committed to this space when necessary and cannot exceed the limit set byset-max-heap-size
.Current value of
MAXIMUM-HEAP-SIZE
is 8 GB.