javascript/RuntimeHeap

Parameter

javascript/RuntimeHeap

Short text

Memory limit in bytes as of which the JS Garbage Collector starts.

Parameter Description

This parameter allows you to enter the lower limit for the memory usage of JS objects (data, scripts, …) as of which the JS engine starts garbage collection. This does not mean that this memory is requested immediately but that simply a threshold value is agreed for the attempt to release objects that are no longer used.

CAUTION

A value that is too small can cause the JS Garbage Collector to start constantly (an intensive procedure) which in turn causes significant drop in system performance.

Default Value

600000 ( Bytes )

Are other parameters affected or dependent?

No

You May Also Like

Leave a Reply?