lua-max-pool-size
Use the lua-max-pool-size stanza entry to define the maximum size of the
pool of cached Lua scripting handles.
Syntax
lua-max-pool-size = entries
Description
This entry is used to define the maximum number of Lua scripting handles which will be cached in
a pool for reuse. Reusing a Lua scripting handle will help to improve performance but will also have
the impact of increasing memory usage by the WebSEAL process.
Note: This configuration entry only
applies to Lua transformation rules and is ignored for XSLT transformation rules.
Options
entries- The maximum size of the pool of cached Lua scripting handles.
Usage
This entry is optional.
Default value
50
Example
lua-max-pool-size = 200