跳到主要内容

Variable: PluginResourcePluginsSchema

const PluginResourcePluginsSchema: TObject<{ aggregateRssHardMiB: TOptional<TInteger>; aggregateRssSoftMiB: TOptional<TInteger>; backgroundCpuPercent: TOptional<TInteger>; cpuHeavyConcurrency: TOptional<TInteger>; defaultIdleTimeoutSec: TOptional<TInteger>; defaultProcessHeapMiB: TOptional<TInteger>; defaultProcessRssHardMiB: TOptional<TInteger>; defaultProcessRssSoftMiB: TOptional<TInteger>; dependencyUnpackedMiBPerPlugin: TOptional<TInteger>; eventReplayBytesMiB: TOptional<TInteger>; eventReplayBytesPerNameMiB: TOptional<TInteger>; installConcurrency: TOptional<TInteger>; ipcInFlightBytesMiB: TOptional<TInteger>; ipcInFlightBytesPerPluginMiB: TOptional<TInteger>; jobsGlobalConcurrency: TOptional<TInteger>; jobsPerPluginConcurrency: TOptional<TInteger>; maxActiveBackends: TOptional<TInteger>; maxWarmBackends: TOptional<TInteger>; networkGlobalConcurrency: TOptional<TInteger>; networkPerPluginConcurrency: TOptional<TInteger>; serviceGlobalConcurrency: TOptional<TInteger>; serviceInFlightMiBPerPlugin: TOptional<TInteger>; servicePerPluginConcurrency: TOptional<TInteger>; }>

Defined in: packages/contracts/src/resourceProfile.ts:38

Per-plugin budget section of the resource profile (ТЗ §8.1).