We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ca957 commit c93ccf0Copy full SHA for c93ccf0
platform/os_config_test.go
@@ -34,7 +34,7 @@ func TestGetSystemMemoryUsageKB(t *testing.T) {
34
return
35
}
36
used, total := GetSystemMemoryUsageKB()
37
- if used < 1000 || total < used {
+ if used < 100 || total < used {
38
t.Fatal(used, total)
39
40
0 commit comments