contents   index   previous   next



SE_STRING_POOL_SIZE (512, 64 if JSE_MIN_MEMORY is on)

 

Each string in a script requires a string descriptor. These are pooled just like object and member descriptors. This define determines the size of that pool. Like the other pools, it has default sizes depending on the min-memory setting. With min-memory on, it is 64 entries otherwise it is 512 entries.


JSE_STRINGS_COLLECT (1000000, 100000 if JSE_MIN_MEMORY is on)