| 325 | } |
| 326 | |
| 327 | type ProcessLimits struct { |
| 328 | CPU CPULimits `json:"cpu_limits,omitempty"` |
| 329 | Memory MemoryLimits `json:"memory_limits,omitempty"` |
| 330 | } |
| 331 | |
| 332 | type DiskLimits struct { |
| 333 | InodeSoft uint64 `json:"inode_soft,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected