- 
                Notifications
    You must be signed in to change notification settings 
- Fork 247
fix: return total system memory if the memory limit is not specified #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -17,6 +17,9 @@ require ( | |
|  | ||
| require ( | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/go-ole/go-ole v1.2.6 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/shirou/gopsutil v2.21.11+incompatible // indirect | ||
|          | ||
| github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gopsutilis a direct dependency so should be in the firstrequireclause;go mod tidyshould have put this in the correct place ingo.mod; either way, that is why the CI project check failed.