Hmm.. That's peculiar. :) We only have one user on the server right now and we are only trying with one single phone (one call at a time).
Maybe we have a loop somewhere sucking up the memory? :(
Oh, another note. Prior to installing mysql and configuring SER to use mysql for authentication the SIP phone registered with SER without any problems. After the mysql config it's getting this error. Does implementing MySQL take extra memory? If so, how much extra? and how will it affect the perfomance of the SER server?
Thanks for your help! That does help me, I will continue to play with it and see if I can figure it out as well.
Thanks again! Darren Nay
----- Original Message ----- From: "Andrei Pelinescu-Onciul" pelinescu-onciul@fokus.fraunhofer.de To: "Darren Nay" dnay@libertyisp.com Cc: serusers@lists.iptel.org Sent: Thursday, November 20, 2003 12:42 PM Subject: Re: [Serusers] Memory errors
This happens when ser runs out of shared memory :-) Are you making lots of calls simultaneoulsy? Do you have a lot of users?
By default ser will use only 32Mb of shared memory which should be enough for most test/small scenarios. To make it use more start it with -m size_in_M (e.g ser -m 256 -f ser.cfg ...).
Andrei