V8RuntimeConstraints Properties |
The V8RuntimeConstraints type exposes the following members.
Name | Description | |
---|---|---|
![]() | HeapExpansionMultiplier |
Gets or sets the heap expansion multiplier.
|
![]() | MaxArrayBufferAllocation |
Gets or sets the maximum amount of
ArrayBuffer
memory the runtime may allocate.
|
![]() | MaxExecutableSize | Obsolete.
Gets or sets the maximum size of the executable code heap in
MiB.
|
![]() | MaxNewSpaceSize |
Gets or sets the maximum size of the new object heap in
MiB.
|
![]() | MaxOldSpaceSize |
Gets or sets the maximum size of the old object heap in
MiB.
|
![]() | MaxYoungSpaceSize | Obsolete.
Gets or sets the maximum size of the young object heap in
MiB.
|