Maxheap

The maxheap variable defines the memory (in bytes) that can be allocated in the heap memory of the adonix server process.

Syntax

maxheap

Example

# 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

See also

freemem, maxmem, freeheap, Memory requirements on the server.