Issue with SQLBOX

2011-04-16 Thread ha...@aeon.pk
Hi, My SQLBOX is randomly aborting on high traffic. Following error is thrown in logs: 2011-04-16 18:21:47 [12759] [2] PANIC: Too many concurrent allocations. 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox(gw_panic+0xc2) [0x80730e2] 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox [0x8066af5]

Re: Issue with SQLBOX

2011-04-16 Thread Ram Manohar
pls kill the sql box and start the sql box again... On Sat, Apr 16, 2011 at 6:57 PM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, My SQLBOX is randomly aborting on high traffic. Following error is thrown in logs: 2011-04-16 18:21:47 [12759] [2] PANIC: Too many concurrent allocations. 2011-04-16

Re: Issue with SQLBOX

2011-04-16 Thread ha...@aeon.pk
I tried it a lot of time, but same issue comes. I have to manually start everything again. On Sat, Apr 16, 2011 at 6:33 PM, Ram Manohar nr...@airhub.com wrote: pls kill the sql box and start the sql box again... On Sat, Apr 16, 2011 at 6:57 PM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, My

RE: Issue with SQLBOX

2011-04-16 Thread Rene Kluwen
Increase max-connections in group = mysql-connection. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ha...@aeon.pk Sent: Saturday, 16 April, 2011 15:34 To: Ram Manohar Cc: kannel users Subject: Re: Issue with SQLBOX I tried it a lot of time, but

Re: Issue with SQLBOX

2011-04-16 Thread Alejandro Guerrieri
Hrm, I think it's actually a gwlib error, on gwmem-check.c You could try increasing MAX_TAB_SIZE on gwlib/gwmem-check.c Search for this lines: /* 100 MB */ #define MAX_TAB_SIZE (100*1024*1024L) #define MAX_ALLOCATIONS ((long) (MAX_TAB_SIZE/sizeof(struct area))) Try putting 200 instead of 100