LuaConfig.InstancePoolSize Field
Maximum number of Lua runtime instances to cache at any point in time.
Each query with an aggregation function requires a Lua instance.
If the number of concurrent queries exceeds the Lua pool size, a new Lua
instance will still be created, but it will not be returned to the pool.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static int InstancePoolSize
Field Value
Int32