diff options
Diffstat (limited to 'config/env.go')
-rw-r--r-- | config/env.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/env.go b/config/env.go index 0ad5ecaea..4dcd63653 100644 --- a/config/env.go +++ b/config/env.go @@ -49,7 +49,6 @@ func GetMemoryLimit() uint64 { if v := stringToGibabyte(mem); v > 0 { return v } - } // There is a FreeMemory function, but as the kernel in most situations |