Skip to content

Commit

Permalink
Update performance.rst, fixed incorrect default max no. tsx and dlg
Browse files Browse the repository at this point in the history
  • Loading branch information
sauwming committed Aug 29, 2023
1 parent d5e5c00 commit 9ec6c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/specific-guides/perf_footprint/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ There are few settings to tweak:

#. First apply the CPU reduction techniques above to maximize the performance.
#. Do not use PJSUA-LIB. PJSUA-LIB is designed for building client application.
#. By default, PJSIP is configured to handle only 16384 simultaneous SIP transactions and
#. By default, PJSIP is configured to handle only limited simultaneous SIP transactions and
dialogs. This can be enlarged according to the requirement, by
setting both :c:macro:`PJSIP_MAX_TSX_COUNT` and :c:macro:`PJSIP_MAX_DIALOG_COUNT` to
the appropriate values (for example, ``640*1024-1``).
Expand Down

0 comments on commit 9ec6c8e

Please sign in to comment.