diff --git a/cmd/utils.go b/cmd/utils.go index c891f3fd4..e06bc8d13 100644 --- a/cmd/utils.go +++ b/cmd/utils.go @@ -252,7 +252,7 @@ func startProfiler(profilerType string) (minioProfiler, error) { } case "mem": old := runtime.MemProfileRate - runtime.MemProfileRate = 1 + runtime.MemProfileRate = 4096 prof.stopFn = func() ([]byte, error) { var buf bytes.Buffer runtime.MemProfileRate = old