i think you can set shm_mem_size in script to a #DEFINE that can be overridden with -A
in script
#DEFINE SHM_MEM 64
shm_mem_size = #DEFINE
then kamailio -A SHM_MEM=32
haven't tried it, but Daniel mentioned -A in the devel meeting.
not sure if there's a pkg_mem we can also use.
Docker container at runtime is configured using environment vars.
Kamailio now not supports configure memory using environment vars and need use workarroud like
entrypoint.sh.
I want remove this workarround but need to add ability to configure kamailio memory using vars
SHM_MEMORY
and PKG_MEMORY
when kamailio started without
-m
and -M
keys
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly,
view it on GitHub, or
mute the thread.