Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
mflorell wrote:I would recommend daily Asterisk server reboots for that kind of system.
mflorell wrote:There are many reasons that can happen. It's sometimes hard to tell which one it is without looking at everything that is running on the servers, and the database records.
vkad wrote:it was a vicidial_manger getting full (was using a memory table)
select @@global.tmp_table_size;
select @@global.max_heap_table_size;
SET GLOBAL tmp_table_size=NEW_VALUE;
SET GLOBAL max_heap_table_size=NEW_VALUE;
tmp_table_size=NEW_VALUE
max_heap_table_size=NEW_VALUE
Users browsing this forum: No registered users and 109 guests