Difference between revisions of "Performance Suggestions M4"
From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'To increase performance we recommend: <br> <big><big><big>Use SSD disks for Database!</big></big></big> <br><br> In configuration file system.conf set such values: cdr_b…') |
|||
Line 13: | Line 13: | ||
max_call_attempts = 50 | max_call_attempts = 50 | ||
do_not_log_failed_cdrs = 1 (not yet implemented) | |||
log_only_last_cdr = 1 ( | log_only_last_cdr = 1 (not yet implemented) |
Revision as of 10:07, 8 July 2015
To increase performance we recommend:
Use SSD disks for Database!
In configuration file system.conf set such values:
cdr_batch_size = 100 cdr_flush_time = 60 balance_check_period = 60 active_calls_check_period = 60 max_call_attempts = 50
do_not_log_failed_cdrs = 1 (not yet implemented) log_only_last_cdr = 1 (not yet implemented)