Thread: can we optimize STACK_DEPTH_SLOP

can we optimize STACK_DEPTH_SLOP

From
"terry"
Date:
hi,
STACK_DEPTH_SLOP stands for Required daylight between max_stack_depth and the kernel limit, in bytes.
Why we need so much memory? MySql need only no more than 100K. Where these memory allocated for?
Can we do something to decrease this variable? Thanks.