Skip to main content
Version: Next

MemoryLoadSignalOptions

Tuning for the built-in memory load signal, as accepted both by MemoryLoadSignal and by the memory shorthand on LoadSignalsOptions.

Index

Properties

optionalmaxUsedRatio

maxUsedRatio?: number = 0.9

Defines the maximum ratio of total memory that can be used. Exceeding this limit overloads the memory.

optionaloverloadedRatio

overloadedRatio?: number = 0.2

Maximum ratio of overloaded snapshots in a sample before memory counts as overloaded.

Page Options