Greetings,
How can i ibcrease permanently the Kamailio default private and shared memory size?
Thanks in advance,
Duarte Rocha
Hi
You can do this in /etc/init.d/kamailio and in /etc/default/kamailio
On Wed, Dec 19, 2018, 18:42 Duarte Rocha <duarterocha91@gmail.com wrote:
Greetings,
How can i ibcrease permanently the Kamailio default private and shared memory size?
Thanks in advance,
Duarte Rocha _______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Hello,
On 19.12.18 16:11, Duarte Rocha wrote:
Greetings,
How can i ibcrease permanently the Kamailio default private and shared memory size?
you can provide the values via -m (shm) and -M (pkg) command line parameters. See also kamailio -h for it.
If you want to recompile kamailio, then you can change the corresponding defines inside src/core/config.h
Cheers, Daniel
On 19 Dec 2018, at 18:35, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello,
On 19.12.18 16:11, Duarte Rocha wrote:
Greetings,
How can i ibcrease permanently the Kamailio default private and shared memory size?
you can provide the values via -m (shm) and -M (pkg) command line parameters. See also kamailio -h for it.
If you want to recompile kamailio, then you can change the corresponding defines inside src/core/config.h
In some Linux distros there is either a file called /etc/default/kamailio with a setting for you or settings in the Systemd/init.d scripts.
/O