Opened 16 years ago

Closed 16 years ago

#564 closed enhancement (fixed)

Reduce the memory usage for default pjsip settings

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.0-rc1
Component: applications Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

The default PJSIP settings are set to handle many calls (16384 transactions and 16384 dialogs). This probably is too much for typical use of PJSIP, so reduce the default settings to lower values.

Change History (1)

comment:1 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

In r2131:

  • Default dialog count limit is reduced from 16384 to 511
  • Default transaction count limit is reduced from 16384 to 1023
  • Reduce pool initial size and increment size for transports, evsub, transaction layer module, and UA layer module to reduce wasted memory.
Note: See TracTickets for help on using tickets.