I increased the size of the packets [was getting packet too big errors, like
at http://www.mysql.com/doc/P/a/Packet_too_large.html], but now I'm getting
error messages where it says
"can't create thread; out of memory"

What can I do?

my my.cnf currently says:

[client]
port            = 54000
socket          = /tmp/mysql.sock

[mysqld]
port            = 54000
socket          = /tmp/mysql.sock
set-variable    = max_allowed_packet=4M
set-variable    = wait_timeout=120
set-variable    = flush_time=200
set-variable    = key_buffer=124M
set-variable    = table_cache=512
set-variable    = sort_buffer=16M
set-variable    = record_buffer=4M

[isamchk]
set-variable    = key_buffer=16M



I'm running this on a machien that has LOTS of memory, so 250M for certain
things isn't _totally_ out of the question, if it's necessary

Thank-you very much,
Gary (-;
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to