Skip to content
Snippets Groups Projects
Commit 0af2a50d authored by Lukasz Kotasa's avatar Lukasz Kotasa
Browse files

limit memory consumption after each call made

After each call, stasis message is created and stored
in memory. This can cause big memory consumption
if many calls are processed. We re-use `csv_max_row`
config (see below) to control how many entries can
be cached in stasis_cache.

/etc/config/asterisk

config cdr 'cdr_options'
  option csv_max_row '100'
parent 0f92aaad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment