mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
feat: add memlimit flags for setMaxResources (#19400)
This commit is contained in:
@@ -106,7 +106,7 @@ func TestMain(m *testing.M) {
|
||||
// logger.AddTarget(console.New())
|
||||
|
||||
// Set system resources to maximum.
|
||||
setMaxResources()
|
||||
setMaxResources(nil)
|
||||
|
||||
// Initialize globalConsoleSys system
|
||||
globalConsoleSys = NewConsoleLogger(context.Background())
|
||||
|
||||
Reference in New Issue
Block a user