pre-allocate EC memory by default at startup (#18846)

This commit is contained in:
Harshavardhana
2024-01-23 20:41:11 -08:00
committed by GitHub
parent e39e2306d6
commit f78d677ab6
4 changed files with 5 additions and 12 deletions

View File

@@ -74,12 +74,6 @@ var ServerFlags = []cli.Flag{
EnvVar: "MINIO_LISTENERS",
Hidden: true,
},
cli.BoolFlag{
Name: "pre-allocate",
Usage: "Number of 1MiB sized buffers to pre-allocate. Default 2048",
EnvVar: "MINIO_PRE_ALLOCATE",
Hidden: true,
},
cli.StringFlag{
Name: "console-address",
Usage: "bind to a specific ADDRESS:PORT for embedded Console UI, ADDRESS can be an IP or hostname",