You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maximum number of allowed states is set to 256 which is also the
132
+
default states value. The default value can be globally changed by
133
+
adding a configuration option to records.config.
134
+
135
+
::
136
+
137
+
CONFIG proxy.config.plugin.lua.max_states INT 64
138
+
139
+
Any per plugin --states value overrides this default value but must be less than or equal to this value. This setting is not reloadable since it is must be applied when all the lua states are first initialized.
140
+
141
+
Profiling
142
+
=========
143
+
144
+
The lua module collects runtime statistics about the lua states, for remap
145
+
and global instances. Per state stats are constantly maintained and are
146
+
made available through a lifecycle hook. These may be accessed through:
0 commit comments