maxMemory

@get:JvmName(name = "getMaxMemory")
@set:JvmName(name = "setMaxMemory")
var maxMemory: Int
Maximum memory to allow for allocation within this guest language; there is a sensible Elide-wide default if
unspecified. Expressed as a count of bytes. `0` disables the restriction.

uint32 max_memory = 9;