Browse Source

buffer size & slots

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
104ac3303e
2 changed files with 6 additions and 1 deletions
  1. +3
    -1
      kamailio/default.cfg
  2. +3
    -0
      kamailio/defs.cfg

+ 3
- 1
kamailio/default.cfg View File

@ -25,7 +25,9 @@ mlock_pages = yes
phone2tel = 1
max_while_loops = MAX_WHILE_LOOPS
pv_buffer_size=65536
pv_buffer_size = PV_BUFFER_SIZE
pv_buffer_slots = PV_BUFFER_SLOTS
mem_join=1
####### Logging Parameters #########


+ 3
- 0
kamailio/defs.cfg View File

@ -25,6 +25,9 @@
#!trydef KAZOO_LOG_LEVEL L_INFO
#!trydef PV_BUFFER_SIZE 8192
#!trydef PV_BUFFER_SLOTS 20
#!ifndef KAMAILIO_DBMS
#!substdef "!KAMAILIO_DBMS!kazoo!g"
#!endif


Loading…
Cancel
Save