contents   index   previous   next



JSE_STRINGS_COLLECT (1000000, 100000 if JSE_MIN_MEMORY is on)

 

ScriptEase's GC engine triggers collection whenever its internal pools (of objects) are exhausted and refills them. However, for string data, ScriptEase instead collects after each set number of bytes of strings are allocated. This option allows you to change how many bytes trigger a collection. The default is 100000 for min-memory, 1000000 for bigger systems.


JSE_PACK_OBJECTS (off, on is JSE_MIN_MEMORY is on)