Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dbuild.go191 if totalRAM := config.TotalRAM(); totalRAM != 0 {
192 ram := float32(totalRAM) / (1024 * 1024 * 1024)
Dconfig.go99 totalRAM uint64 member
221 ret.totalRAM = detectTotalRAM(ctx)
1188 } else if c.totalRAM == 0 {
1191 } else if c.totalRAM <= 16*1024*1024*1024 {
1194 } else if c.totalRAM <= 32*1024*1024*1024 {
1197 } else if p := int(c.totalRAM / minMemPerHighmemProcess); p < parallel {
1206 return c.totalRAM