Script Repository configuration
Enable or disable the script file repository. Note that only one of the cache or file repositories should be enabled at any time.
Default: false
Defines how many scripts can be held in memory at any given time. A value of -1 indicates an unlimited number will be held in memory.
Default: -1
Indicates whether to report restoring scripts from disk as an error or simply trace it.
Default: false
Maximum number of compiled scripts that can be held in memory for a script language. Least used scripts are removed from the cache.
Default: 1500
Enable or disable the script cache repository. Note that only one of the cache or file repositories should be enabled at any time.
Default: true
The location of the disk overflow cache.
Default: ${user.dir}/scriptStore
The maximum number of entries in memory before they will be swapped to disk.
Default: 1000
The maximum size of the disk swap in KB.
Default: 1000000