Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ResourceLimits

Index

Properties

Optional codeRangeSizeMb

codeRangeSizeMb: number

The size of a pre-allocated memory range used for generated code.

Optional maxOldGenerationSizeMb

maxOldGenerationSizeMb: number

The maximum size of the main heap in MB.

Optional maxYoungGenerationSizeMb

maxYoungGenerationSizeMb: number

The maximum size of a heap space for recently created objects.

Optional stackSizeMb

stackSizeMb: number

The default maximum stack size for the thread. Small values may lead to unusable Worker instances.

default

4

Generated using TypeDoc