MinCountint`yaml:"min_count" json:"min_count" usage:"Minimum number of Lua runtime instances to allocate. Default 16."`// Kept for backwards compatibility
MinCountint`yaml:"min_count" json:"min_count" usage:"Minimum number of Lua runtime instances to allocate. Default 0."`// Kept for backwards compatibility
LuaMinCountint`yaml:"lua_min_count" json:"lua_min_count" usage:"Minimum number of Lua runtime instances to allocate. Default 16."`
MaxCountint`yaml:"max_count" json:"max_count" usage:"Maximum number of Lua runtime instances to allocate. Default 48."`// Kept for backwards compatibility
MaxCountint`yaml:"max_count" json:"max_count" usage:"Maximum number of Lua runtime instances to allocate. Default 0."`// Kept for backwards compatibility
LuaMaxCountint`yaml:"lua_max_count" json:"lua_max_count" usage:"Maximum number of Lua runtime instances to allocate. Default 48."`
JsMinCountint`yaml:"js_min_count" json:"js_min_count" usage:"Maximum number of Javascript runtime instances to allocate. Default 48."`
JsMaxCountint`yaml:"js_max_count" json:"js_max_count" usage:"Maximum number of Javascript runtime instances to allocate. Default 48."`
CallStackSizeint`yaml:"call_stack_size" json:"call_stack_size" usage:"Size of each runtime instance's call stack. Default 128."`// Kept for backwards compatibility
CallStackSizeint`yaml:"call_stack_size" json:"call_stack_size" usage:"Size of each runtime instance's call stack. Default 0."`// Kept for backwards compatibility
LuaCallStackSizeint`yaml:"lua_call_stack_size" json:"lua_call_stack_size" usage:"Size of each runtime instance's call stack. Default 128."`
RegistrySizeint`yaml:"registry_size" json:"registry_size" usage:"Size of each Lua runtime instance's registry. Default 512."`// Kept for backwards compatibility
RegistrySizeint`yaml:"registry_size" json:"registry_size" usage:"Size of each Lua runtime instance's registry. Default 0."`// Kept for backwards compatibility
LuaRegistrySizeint`yaml:"lua_registry_size" json:"lua_registry_size" usage:"Size of each Lua runtime instance's registry. Default 512."`
EventQueueSizeint`yaml:"event_queue_size" json:"event_queue_size" usage:"Size of the event queue buffer. Default 65536."`
EventQueueWorkersint`yaml:"event_queue_workers" json:"event_queue_workers" usage:"Number of workers to use for concurrent processing of events. Default 8."`