Specifies the maximum number of times that the server will skip garbage collection (GC) when the JS engine is busy. This element determines the frequency of the garbage collection process.
By default, the server only performs GC when the JS engine is not busy. However, the JS engine does not necessarily perform GC when it is busy, so in some cases, you must force the server to perform GC regardless of the JS engine state. If MaxGCSkipCount is set to 0, the server forces a GC regardless of the JS engine state. If MaxGCSkipCount is set to a positive value, the server forces a GC when the skip count exceeds the value in MaxGCSkipCount.
<MaxGCSkipCount>-1</MaxSGCSkipCount>
RuntimeSize, MaxTimeOut (JSEngine), ScriptLibPath,FileObject, XMLSocket, NetConnection
Send me an e-mail when comments are added to this page | Comment Report