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