Difference between revisions of "Performance Suggestions M4"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 7: | Line 7: | ||
In configuration file [[system.conf]] set such values: | In configuration file [[system.conf]] set such values: | ||
cdr_batch_size = | cdr_batch_size = 50 | ||
cdr_flush_time = | cdr_flush_time = 30 | ||
balance_check_period = | balance_check_period = 10 | ||
active_calls_check_period = 60 | active_calls_check_period = 60 | ||
max_call_attempts = 50 | max_call_attempts = 50 |
Revision as of 08:26, 7 September 2015
To increase performance we recommend:
Use SSD disks for Database!
In configuration file system.conf set such values:
cdr_batch_size = 50 cdr_flush_time = 30 balance_check_period = 10 active_calls_check_period = 60 max_call_attempts = 50 do_not_log_failed_cdrs = 1
log_only_last_cdr = 1 (not yet implemented)