How to increase the memory space in the Brekeke SIP Server?
For increasing the memory, please set the following at the Brekeke SIP Server.- Go to [Configuration]>[System] page >[Java ]>[Java VM arguments]
- Set the value "-Xmx256m" there. (It means 256MB.)
This defines maximum memory size used by SIP Server. Default is 64MB.
If more memory is needed, set as "-Xmx512m" for example. - Save the setting and restart the SIP Server.
Note: Do not assign all-of or most-of available memory to Java because the increasing of JAVA memory will introduce the "OutOfMemoryError: unable to create new native thread" error which causes routing issues.

