Searched refs:TotalRAM (Results 1 – 4 of 4) sorted by relevance
145 if totalRAM := config.TotalRAM(); totalRAM != 0 {
759 func (c *configImpl) TotalRAM() uint64 { func
229 ramGb := int(config.TotalRAM() / 1024 / 1024 / 1024)
186 buildCtx.Verbosef("Detected %.3v GB total RAM", float32(config.TotalRAM())/(1024*1024*1024))