Click or drag to resize

V8RuntimeConstraints Properties

The V8RuntimeConstraints type exposes the following members.

Properties
  NameDescription
Public propertyHeapExpansionMultiplier
Gets or sets the heap expansion multiplier.
Public propertyMaxArrayBufferAllocation
Gets or sets the maximum amount of ArrayBuffer memory the runtime may allocate.
Public propertyMaxExecutableSize Obsolete.
Gets or sets the maximum size of the executable code heap in MiB.
Public propertyMaxNewSpaceSize
Gets or sets the maximum size of the new object heap in MiB.
Public propertyMaxOldSpaceSize
Gets or sets the maximum size of the old object heap in MiB.
Public propertyMaxYoungSpaceSize Obsolete.
Gets or sets the maximum size of the young object heap in MiB.
Top
See Also