RE: Serious Problem PANIC: Too many concurrent allocations
"Oded Arbel" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
It was disscussed previously on the list, and the answer is two fold - either use "native" malloc which has no limitation on the ammount of allocations, or increase the table size for "checking" malloc. I use the second option, where I increased it from 1MB to 20MB. -- Oded Arbel m-Wise Inc. [email protected] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. One should respect public opinion insofar as is necessary to avoid starvation and keep out of prison, but anything beyond this is voluntary submission to an unnecessary tyranny. -- Bertrand Russell > -----Original Message----- > From: Abd Rahman Johari [mailto:[email protected]] > Sent: Friday, May 24, 2002 5:51 AM > To: [email protected] > Subject: EMI: Serious Problem PANIC: Too many concurrent allocations > > > Hi, > > I have this problem > > I'm trying to send out SMS Broadcast and after a while kannel > just die because of PANIC: Too many concurrent allocations > > Is that any way i can increase the concurrent allocations process? > > Base on your experience, how many SMS can kannel process per second? > > I'm using the latest CVS > > EMI2 protocol > > 1 LA for MO, MT, and DLR > > I've set the throughput to 50 > > > > I tried to search the mailing list, but the same question > like me left without any answer. > > > > Hope that someone can point me out how to resolve this issue > > > > Regards, > > -man- >