pub const MIN_SYSTEM_RESERVED_MEMORY_MB: usize = 512;
The memory reserved for system usage (stack and code segment of processes, allocation overhead, network buffer, etc.) in megabytes.