Hi,<br><br>The error I get is the following:<br><br>ERROR:db_mysql:db_mysql_submit_query: driver error on query: Lost connection to MySQL server during query<br>ERROR:core:db_do_query: error while submitting query<br>ERROR:htable:ht_db_load_table: Error while querying db<br>
ERROR:core:init_mod: failed to initialize module htable<br>ERROR:core:main: error while initializing modules<br><br>I&#39;m running kamailio with 8M private memory per process and 2048M  shared memory.<br><br>When kamailio is getting the data from mysql is passing it all the data chunk in private memory and then in the shared memory?<br>
<br>because if this is the case then I need more than 1000M in private memory.<br><br>Cheers<br>Alex<br><br>P.S. i don&#39;t get any errors from mysql.<br>  <br><br><br><br><br><br><div class="gmail_quote">On Wed, Dec 30, 2009 at 4:21 PM, Daniel-Constantin Mierla <span dir="ltr">&lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


  
  

<div text="#000000" bgcolor="#ffffff">
Hello,<div class="im"><br>
<br>
On 12/29/09 3:20 PM, alex pappas wrote:
<blockquote type="cite">Dear friends,<br>
  <br>
Happy holidays :-)<br>
  <br>
I&#39;m trying to add the portability database in an htable hash table.
When I have 200.000 rows I can add these rows to the  hash table in
memory but when they exid that number then i usually get the error :<br>
  <br>
ERROR:db_mysql:db_mysql_submit_query: driver error on query: Lost
connection to MySQL server<br>
</blockquote>
<br></div>
mysql module has option to auto-reconnect which is on by default. If
the connection is lost then something happens with the mysql server, do
you get something in the syslog for mysql daemon?<div class="im"><br>
<br>
<blockquote type="cite"><br>