pub const LOW_MEMORY_EXIT_CODE: i32 = 77;Expand description
Process exit code returned when available memory is below MIN_AVAILABLE_MEMORY_MB.
Value 77 is EX_NOPERM in glibc sysexits, reused here to indicate
“insufficient system resource to proceed”.