Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dconfig.go54 totalRAM uint64 member
103 ret.totalRAM = detectTotalRAM(ctx)
742 } else if c.totalRAM == 0 {
745 } else if c.totalRAM <= 16*1024*1024*1024 {
748 } else if c.totalRAM <= 32*1024*1024*1024 {
751 } else if p := int(c.totalRAM / minMemPerHighmemProcess); p < parallel {
760 return c.totalRAM
Dbuild.go145 if totalRAM := config.TotalRAM(); totalRAM != 0 {
146 ram := float32(totalRAM) / (1024 * 1024 * 1024)