Skip to content

ShellLimits

Nodepod API


Nodepod API / src / ShellLimits

Defined in: src/shell/shell-options.ts:6

Runtime policy for the virtual shell. The defaults deliberately bound memory and runaway shell-language work without limiting interactive programs such as dev servers and watchers by elapsed time.

commandTimeoutMs: number

Defined in: src/shell/shell-options.ts:16


maxCommandSubstitutionDepth: number

Defined in: src/shell/shell-options.ts:10


maxExpansionBytes: number

Defined in: src/shell/shell-options.ts:9


maxFilesystemEntries: number

Defined in: src/shell/shell-options.ts:13


maxJobs: number

Defined in: src/shell/shell-options.ts:14


maxLoopIterations: number

Defined in: src/shell/shell-options.ts:12


maxOutputBytes: number

Defined in: src/shell/shell-options.ts:7


maxPipelineBufferBytes: number

Defined in: src/shell/shell-options.ts:8


maxProcesses: number

Defined in: src/shell/shell-options.ts:15


maxRecursionDepth: number

Defined in: src/shell/shell-options.ts:11