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

@@ -143,7 +143,6 @@ type serverCtxt struct {
JSON, Quiet bool
Anonymous bool
StrictS3Compat bool
PreAllocate bool
Addr, ConsoleAddr string
ConfigDir, CertsDir string
configDirSet, certsDirSet bool