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

Struct ProcessLimits

container.go:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327type ProcessLimits struct {
328 CPU CPULimits `json:"cpu_limits,omitempty"`
329 Memory MemoryLimits `json:"memory_limits,omitempty"`
330}
331
332type DiskLimits struct {
333 InodeSoft uint64 `json:"inode_soft,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected