pub const VM_MAX_RAM: u64 = 16 * 1024 * FUEL_MAX_MEMORY_SIZE * WORD_SIZE as u64; // 8_388_608u64
Expand description

Maximum VM RAM, in bytes.