The size of the memory of the VM in MB.
@$pb.TagNumber(8) $core.int get memoryMb => $_getIZ(7);
@$pb.TagNumber(8) set memoryMb($core.int v) { $_setSignedInt32(7, v); }