Home
last modified time | relevance | path

Searched refs:totalRAM (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/ui/build/
H A Dbuild.go159 if totalRAM := config.TotalRAM(); totalRAM != 0 {
160 ram := float32(totalRAM) / (1024 * 1024 * 1024)
H A Dconfig.go63 totalRAM uint64 member
134 ret.totalRAM = detectTotalRAM(ctx)
856 } else if c.totalRAM == 0 {
859 } else if c.totalRAM <= 16*1024*1024*1024 {
862 } else if c.totalRAM <= 32*1024*1024*1024 {
865 } else if p := int(c.totalRAM / minMemPerHighmemProcess); p < parallel {
874 return c.totalRAM