MySQL server's thread_stack parameter - what is it? How big should it be?

前端 未结 1 871
不思量自难忘°
不思量自难忘° 2020-12-18 21:19

Couple days ago I got following error from MySQL database:

Thread stack overrun: 68744 bytes used of a 196608 byte stack, and 128000 bytes needed. Use

相关标签:
1条回答
  • 2020-12-18 21:24

    Just ran into a similar error today. The MySQL documentation about the variable provides a hint for default values which should be enough (192K for 32 bit systems and 256K for 64 bit systems), as well as to look at the MySQL Benchmark suite.

    0 讨论(0)
提交回复
热议问题