[OpenSIPS-Users] shared memory
Stanisław Pitucha
viraptor at gmail.com
Sun Dec 20 13:51:23 CET 2009
On 20.12.2009 03:22, Josip Djuricic wrote:
> I am wondering about shared memory and childs...when you dedicate for
> example 128mb shared memory to opensips on startup does that mean this 128mb
> is shared between all of the childs or does it mean that every child gets
> 128? Since it is not private I believe it's shared betwwen all of them?
There are two memory pools - shared and private (called 'shm' and 'pkg'
in the logs and code). On startup you can set only the shared memory -
and yes - it will get allocated only once, not per child.
More info: http://www.opensips.org/Resources/DocsTsInm
More information about the Users
mailing list