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 2c4400f commit 712dca9Copy full SHA for 712dca9
1 file changed
scripts/check-swap-space.ps1
@@ -32,7 +32,7 @@ try {
32
33
if ($IsLinux) {
34
$Result = $(free --mega | grep Swap:)
35
- [int64]$total = $Result.subString(5,14)
+ [int64]$total = $Result.subString(5,15)
36
[int64]$used = $Result.substring(20,13)
37
[int64]$free = $Result.substring(32,11)
38
} else {
0 commit comments