interface ResourceLimits
Properties Jump to heading
optional
Jump to headingmaxYoungGenerationSizeMb: number | undefinedThe maximum size of a heap space for recently created objects.
optional
Jump to headingmaxOldGenerationSizeMb: number | undefinedThe maximum size of the main heap in MB.
optional
Jump to headingcodeRangeSizeMb: number | undefinedThe size of a pre-allocated memory range used for generated code.
optional
Jump to headingstackSizeMb: number | undefinedThe default maximum stack size for the thread. Small values may lead to unusable Worker instances.