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] 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox(gw_check_malloc+0x84) [0x8066b84] 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox(msg_create_real+0x29) [0x8054099] 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox(msg_unpack_real+0x2d) [0x805422d] 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox(read_from_bearerbox_real+0xe2) [0x8055132] 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox [0x8050619] 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox [0x805105b] 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox [0x8068b8b] 2011-04-16 18:21:47 [12759] [2] PANIC: /lib/libpthread.so.0 [0xd89832] 2011-04-16 18:21:47 [12759] [2] PANIC: /lib/libc.so.6(clone+0x5e) [0xcc8f6e] As a result, SMSBOXes also get disconnected, since they are connected to sqlbox. Can someone help in this regard? Hamza