ShellLimits
Nodepod API / src / ShellLimits
Interface: ShellLimits
Section titled “Interface: 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.
Properties
Section titled “Properties”commandTimeoutMs
Section titled “commandTimeoutMs”commandTimeoutMs:
number
Defined in: src/shell/shell-options.ts:16
maxCommandSubstitutionDepth
Section titled “maxCommandSubstitutionDepth”maxCommandSubstitutionDepth:
number
Defined in: src/shell/shell-options.ts:10
maxExpansionBytes
Section titled “maxExpansionBytes”maxExpansionBytes:
number
Defined in: src/shell/shell-options.ts:9
maxFilesystemEntries
Section titled “maxFilesystemEntries”maxFilesystemEntries:
number
Defined in: src/shell/shell-options.ts:13
maxJobs
Section titled “maxJobs”maxJobs:
number
Defined in: src/shell/shell-options.ts:14
maxLoopIterations
Section titled “maxLoopIterations”maxLoopIterations:
number
Defined in: src/shell/shell-options.ts:12
maxOutputBytes
Section titled “maxOutputBytes”maxOutputBytes:
number
Defined in: src/shell/shell-options.ts:7
maxPipelineBufferBytes
Section titled “maxPipelineBufferBytes”maxPipelineBufferBytes:
number
Defined in: src/shell/shell-options.ts:8
maxProcesses
Section titled “maxProcesses”maxProcesses:
number
Defined in: src/shell/shell-options.ts:15
maxRecursionDepth
Section titled “maxRecursionDepth”maxRecursionDepth:
number
Defined in: src/shell/shell-options.ts:11