THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#86 - dialplan reload, out of memory
User who did this - Daniel-Constantin Mierla (miconda)
----------
You have to set the fetch_rows to lower number in order to accommodate available private
memory. Note that the value of fetch_rows is not the number of the all rows to be loaded
from database, but the number of a chunk to be loaded at a time. So for example, if you
have 5000 rows in database and have fetch_rows=1000, kamailio will load all the 5000 rows
in 5 steps, in each step loading 1000 rows. But at the end all rows from database are
loaded in memory, no matter the value of fetch_rows.
I will close the issue, if you still get the error with much lower fetch_rows value,
reopen.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=86#comment308
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.