Skip to main content

FORGE_MEMORY_LIMIT_MB

Constant FORGE_MEMORY_LIMIT_MB 

Source
pub const FORGE_MEMORY_LIMIT_MB: u32 = 32768;
Expand description

The cgroup memory ceiling WorkloadSpec::for_forge sets (MiB).

Bounded rather than unlimited so a runaway build cannot take the host down, and large enough for the V8 build’s >12 GB peak (R590-B10). It is not a placement input — see FORGE_MEMORY_REQUEST_MB.