MySQL out of memory, calculate memory usage.
mysql,server,responding,response,calculate,memory,
Version: '5.0.45-log' socket: '/tmp/mysql.sock' port: 3306 FreeBSD port: mysql-server-5.0.45
090909 14:51:06 - mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.
key_buffer_size=134217728
read_buffer_size=131072
max_used_connections=10
max_connections=40
threads_connected=10
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 300031 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
2009-09-11, Uzaren