MCPcopy Create free account
hub / github.com/cloudfoundry/garden / MemoryLimits

Struct MemoryLimits

container.go:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342type MemoryLimits struct {
343 // Memory usage limit in bytes.
344 LimitInBytes uint64 `json:"limit_in_bytes,omitempty"`
345}
346
347type CPULimits struct {
348 Weight uint64 `json:"weight,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected