ResourceLimits
Defined in: packages/runtime/src/container/types.ts:256
Per-container resource limits.
Remarks
Section titled “Remarks”maxPids is enforced by a spawn wrapper on the container’s kernel;
maxFds and maxFsBytes are sketched for future enforcement.
Properties
Section titled “Properties”maxFds?
Section titled “maxFds?”
readonlyoptionalmaxFds?:number
Defined in: packages/runtime/src/container/types.ts:260
Maximum concurrent open fds across all processes. Default: 1024.
maxFsBytes?
Section titled “maxFsBytes?”
readonlyoptionalmaxFsBytes?:number
Defined in: packages/runtime/src/container/types.ts:262
Maximum total writable bytes on rootfs. Default: unlimited.
maxPids?
Section titled “maxPids?”
readonlyoptionalmaxPids?:number
Defined in: packages/runtime/src/container/types.ts:258
Maximum concurrent processes in the container. Default: 256.