I load up my aliases table with a few hundred more aliases and I get this message when I restart SER.
I add while ser is running and aliases added works fine. But on reload ser wont start and reports this. Do I need to adjust some memory buffer in config.h?
[14651]: convert_row(): No memory left
[14651]: convert_rows(): Error while converting row #2813
[14651]: convert_result(): Error while converting rows
[14651]: store_result(): Error while converting result
[14651]: preload_udomain(): Error while doing db_query
[14651]: register_udomain(): Error while preloading domain 'aliases'
[14651]: domain_fixup(): Error while registering domain
Cheers
Thomas
Yes. Change:
#define PKG_MEM_POOL_SIZE 1024*1024
to:
#define PKG_MEM_POOL_SIZE 4096*1024
I use 15,000 aliases with it. You can always make it bigger if you need to.
- Jeremy
On Wed, 22 Mar 2006, Thomas Nilsen wrote:
Date: Wed, 22 Mar 2006 17:58:23 +0100 From: Thomas Nilsen thomas.nilsen@bellit.no To: serusers@lists.iptel.org Subject: [Serusers] Big aliases table and ser wont start..
I load up my aliases table with a few hundred more aliases and I get this message when I restart SER.
I add while ser is running and aliases added works fine. But on reload ser wont start and reports this. Do I need to adjust some memory buffer in config.h?
[14651]: convert_row(): No memory left
[14651]: convert_rows(): Error while converting row #2813
[14651]: convert_result(): Error while converting rows
[14651]: store_result(): Error while converting result
[14651]: preload_udomain(): Error while doing db_query
[14651]: register_udomain(): Error while preloading domain 'aliases'
[14651]: domain_fixup(): Error while registering domain
Cheers
Thomas