Maxheap
The maxheap
variable defines the memory (in bytes) that can be allocated in the heap memory of the adonix server process.
maxheap
# check if at least 100K of heap memory is availableIf freeheap>100000# We have enough memoryElse# Let's enhance maxheap to get more memorymaxheap+=100000Endif
freemem, maxmem, freeheap, Memory requirements on the server.