We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2479cc1 commit 1d5e46aCopy full SHA for 1d5e46a
config/swarm.go
@@ -144,8 +144,8 @@ type ResourceMgr struct {
144
Enabled Flag `json:",omitempty"`
145
Limits *rcmgr.LimitConfig `json:",omitempty"`
146
147
- MaxMemory OptionalString `json:",omitempty"`
148
- MaxFileDescriptors OptionalInteger `json:",omitempty"`
+ MaxMemory *OptionalString `json:",omitempty"`
+ MaxFileDescriptors *OptionalInteger `json:",omitempty"`
149
150
// A list of multiaddrs that can bypass normal system limits (but are still
151
// limited by the allowlist scope). Convenience config around
0 commit comments