Actions
Optimization #1603
closed
AH
AH
Increase STATE_QUEUE_CONTAINER_SIZE to manage huge rulesets
Optimization #1603:
Increase STATE_QUEUE_CONTAINER_SIZE to manage huge rulesets
Effort:
Difficulty:
Label:
Description
If you have a huge ruleset (>100k rules) with unique patterns you might run into the following error:
<Critical> - [ERRCODE: SC_ERR_AHO_CORASICK(174)] - Just ran out of space in the queue. Fatal Error. Exiting. Please file a bug report on this
Which is a result of the STATE_QUEUE_CONTAINER_SIZE defined to 65536. If i increase the value it works. So unless there is another good reason to restrict it to that value i would suggest to increase it.
Actions