mirror of
https://github.com/pgsty/minio.git
synced 2026-07-15 16:30:29 +03:00
avoid pre-populating buffers for deployments < 32GiB memory (#19839)
This commit is contained in:
@@ -106,7 +106,7 @@ func TestMain(m *testing.M) {
|
||||
// logger.AddTarget(console.New())
|
||||
|
||||
// Set system resources to maximum.
|
||||
setMaxResources(nil)
|
||||
setMaxResources(serverCtxt{})
|
||||
|
||||
// Initialize globalConsoleSys system
|
||||
globalConsoleSys = NewConsoleLogger(context.Background(), io.Discard)
|
||||
|
||||
Reference in New Issue
Block a user