jeode.evm.memory.sysLimit

When nonzero, puts a limit on memory used for EVM data

Type: Integer

Default Value: 0

Must be positive

This defines the maximum amount of dynamic memory to allocate to Jeode system objects, in bytes. System memory is part of dynamic memory, and shares (with the Java heap) the area determined by Maximum dynamic memory size. The default is zero (unlimited), which means that the only limit is that set by Maximum dynamic memory size? usage is determined at run-time as required.