Daniel-Constantin Mierla writes:
If you reload the rules at runtime, you may need 2x shared memory size for lcr rules - Juha can confirm that the module is (re-)loading rules in a separate memory structure and then swaps with the active one, and frees the old one afterwards, since I am not really using much this module.
where are two shm tables (for gws and rules) per lcr instance and then one extra of each that is used during reload.
-- juha