mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
avoid pre-populating buffers for deployments < 32GiB memory (#19839)
This commit is contained in:
+1
-1
@@ -834,7 +834,7 @@ func serverMain(ctx *cli.Context) {
|
||||
|
||||
// Set system resources to maximum.
|
||||
bootstrapTrace("setMaxResources", func() {
|
||||
_ = setMaxResources(ctx)
|
||||
_ = setMaxResources(globalServerCtxt)
|
||||
})
|
||||
|
||||
// Verify kernel release and version.
|
||||
|
||||
Reference in New Issue
Block a user