Searched refs:totalRAM (Results 1 – 2 of 2) sorted by relevance
191 if totalRAM := config.TotalRAM(); totalRAM != 0 {192 ram := float32(totalRAM) / (1024 * 1024 * 1024)
99 totalRAM uint64 member221 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