We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7425f58 commit 6f0cf65Copy full SHA for 6f0cf65
pkg/collect/host_memory.go
@@ -31,7 +31,7 @@ func (c *CollectHostMemory) Collect(progressChan chan<- interface{}) (map[string
31
if err != nil {
32
return nil, errors.Wrap(err, "failed to read virtual memory")
33
}
34
- memoryInfo.Total = vmstat.Available
+ memoryInfo.Total = vmstat.Total
35
36
b, err := json.Marshal(memoryInfo)
37
0 commit comments