availableMemoryBytes property
- @TagNumber.new(8)
Free + reclaimable system RAM at snapshot time, in BYTES. 0 = UNKNOWN (the Web producer cannot read it). A consumer MUST NOT read 0 as "no memory left" and refuse to load.
Implementation
@$pb.TagNumber(8)
$fixnum.Int64 get availableMemoryBytes => $_getI64(7);
- @TagNumber.new(8)
Implementation
@$pb.TagNumber(8)
set availableMemoryBytes($fixnum.Int64 value) => $_setInt64(7, value);