Difference between revisions of "Performance Suggestions M4"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 12: | Line 12: | ||
active_calls_check_period = 60 | active_calls_check_period = 60 | ||
max_call_attempts = 50 | max_call_attempts = 50 | ||
do_not_log_failed_cdrs = 1 | |||
log_only_last_cdr = 1 (not yet implemented) | log_only_last_cdr = 1 (not yet implemented) |
Revision as of 08:25, 7 September 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
log_only_last_cdr = 1 (not yet implemented)