Обсуждение: can we optimize STACK_DEPTH_SLOP

Поиск
Список
Период
Сортировка

can we optimize STACK_DEPTH_SLOP

От
"terry"
Дата:
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.