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 usageof JS objects (data, scripts, ...) as of which the JS engine startsgarbage collection. This does not mean that this memory is requestedimmediately but that simply a threshold value is agreed for the attemptto release objects that are no longer used. CAUTION A value that is too small can cause the JS Garbage Collector to startconstantly (an intensive procedure) which in turn causes significantdrop in system performance. Default value 600000 ( Bytes ) Other parameter No |