mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
avoid pre-populating buffers for deployments < 32GiB memory (#19839)
This commit is contained in:
@@ -160,6 +160,8 @@ type serverCtxt struct {
|
||||
FTP []string
|
||||
SFTP []string
|
||||
|
||||
MemLimit uint64
|
||||
|
||||
UserTimeout time.Duration
|
||||
ShutdownTimeout time.Duration
|
||||
IdleTimeout time.Duration
|
||||
|
||||
Reference in New Issue
Block a user