Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: can we optimize STACK_DEPTH_SLOP - Mailing list pgsql-performance

From Tom Lane
Subject Re: can we optimize STACK_DEPTH_SLOP
Date
Msg-id [email protected]
Whole thread Raw
In response to can we optimize STACK_DEPTH_SLOP  ("terry" <[email protected]>)
List pgsql-performance
"=?ISO-8859-1?B?dGVycnk=?=" <[email protected]> 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 by date:

Previous
From: "terry"
Date:
Subject: can we optimize STACK_DEPTH_SLOP
Next
From: "terry"
Date:
Subject: Re: can we optimize STACK_DEPTH_SLOP