Re: ARGH - Mysql won't stop eating RAM and finally it SEGV's

2004-07-26 Thread Egor Egorov
Richard Clarke [EMAIL PROTECTED] wrote: It is the proper binary from mysql.com. mysql-standard-4.1.3-beta-pc-linux-i686.tar.gz I have also filed a bug report for this problem. #4673 There is some extra information in the bug report describing what my application does. Okay, thank you.

Re: ARGH - Mysql won't stop eating RAM and finally it SEGV's

2004-07-21 Thread Egor Egorov
Richard Clarke [EMAIL PROTECTED] wrote: I have switched to the mysql standard binary and it helped in no way at all. If anything it made the situation worse. It seems that mysql grows even worse than before. Mysql uses an extra 1MB roughly every 5-10 seconds. mysql standard binary - is it a

Re: ARGH - Mysql won't stop eating RAM and finally it SEGV's

2004-07-21 Thread Richard Clarke
Egor, It is the proper binary from mysql.com. mysql-standard-4.1.3-beta-pc-linux-i686.tar.gz I have also filed a bug report for this problem. #4673 There is some extra information in the bug report describing what my application does. On Wed, 21 Jul 2004 17:59:58 +0300, Egor Egorov [EMAIL

ARGH - Mysql won't stop eating RAM and finally it SEGV's

2004-07-20 Thread Richard Clarke
Mysql won't stop eating RAM!! :( Machine is a quad xeon 2.4 with 4 gigs of RAM. Linux db2 2.6.7-rc3 #1 SMP Thu Jun 17 12:51:21 UTC 2004 i686 Intel(R) Xeon(TM) CPU 2.40GHz GenuineIntel GNU/Linux Mysql is 4.1.3-beta Compile options are, ./configure --enable-thread-safe-client --enable-assembler

Re: ARGH - Mysql won't stop eating RAM and finally it SEGV's

2004-07-20 Thread Egor Egorov
Richard Clarke [EMAIL PROTECTED] wrote: I think that is possibly related to some known glibc/gcc issues. Please download official MySQL binaries from http://www.mysql.com/ install them and try the same on it. Should work smoothly. Mysql won't stop eating RAM!! :( Machine is a quad xeon 2.4

Re: ARGH - Mysql won't stop eating RAM and finally it SEGV's

2004-07-20 Thread Richard Clarke
Egor, But my UDF's are very important for the process of my statistics. I need 3 functions webdomain(val) = convert http://www.google.com/blah into google.com geoip_lookup(123.123.123.123.) = country code geoip_lookup_isp(123.123.123.123) = isp I will try the mysql binaries and disable

Re: ARGH - Mysql won't stop eating RAM and finally it SEGV's

2004-07-20 Thread Egor Egorov
Richard Clarke [EMAIL PROTECTED] wrote: But my UDF's are very important for the process of my statistics. I need 3 functions webdomain(val) = convert http://www.google.com/blah into google.com geoip_lookup(123.123.123.123.) = country code geoip_lookup_isp(123.123.123.123) = isp I will

Re: ARGH - Mysql won't stop eating RAM and finally it SEGV's

2004-07-20 Thread Richard Clarke
I have switched to the mysql standard binary and it helped in no way at all. If anything it made the situation worse. It seems that mysql grows even worse than before. Mysql uses an extra 1MB roughly every 5-10 seconds. Richard On Tue, 20 Jul 2004 14:44:39 +0100, Richard Clarke [EMAIL PROTECTED]