Re: can we optimize STACK_DEPTH_SLOP

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: can we optimize STACK_DEPTH_SLOP
Дата
Msg-id 28110.1266722703@sss.pgh.pa.us
обсуждение исходный текст
Ответ на can we optimize STACK_DEPTH_SLOP  ("terry" <94487509@qq.com>)
Список pgsql-performance
"=?ISO-8859-1?B?dGVycnk=?=" <94487509@qq.com> writes:
> 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?

That's not memory, that's just address space.  Cutting it will not
really buy you anything; it'll just increase your risk of stack-overflow
crashes.

            regards, tom lane

В списке pgsql-performance по дате отправления:

Предыдущее
От: "terry"
Дата:
Сообщение: can we optimize STACK_DEPTH_SLOP
Следующее
От: "terry"
Дата:
Сообщение: Re: can we optimize STACK_DEPTH_SLOP