avoid pre-populating buffers for deployments < 32GiB memory (#19839)

This commit is contained in:
Harshavardhana
2024-05-30 04:58:12 -07:00
committed by GitHub
parent aad50579ba
commit 4af31e654b
7 changed files with 58 additions and 33 deletions

View File

@@ -160,6 +160,8 @@ type serverCtxt struct {
FTP []string
SFTP []string
MemLimit uint64
UserTimeout time.Duration
ShutdownTimeout time.Duration
IdleTimeout time.Duration