Still broken in the version the bug was reported against: 4.4
The patch by @mmalygin is probably also needed to get the previous (and standard) "command-line overrides config file" behaviour
there will be problems if the size is not provided by -m and the shm_mem_size is set after a config directive that needs shared memory
Can that really happen? What option would need that? And isn't that caught by:
if (shm_initialized())
yyerror("shm/shm_mem_size must be before any modparam or the"
" route blocks");
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.