mirror of https://github.com/yandex/odyssey.git
Added LDAP note in doc (#479)
Authored-by: Vladimir Skiliazhnev <vladimir.skiliazhnev@team.wrike.com>
This commit is contained in:
parent
221246da26
commit
76ea5f7169
|
@ -243,7 +243,7 @@ corresponding connection
|
|||
Coroutine stack size.
|
||||
|
||||
Set coroutine stack size in pages. In some rare cases
|
||||
it might be necessary to make stack size bigger. Actual stack will be
|
||||
it might be necessary to make stack size bigger (like that using the Odyssey with LDAP auth required `coroutine_stack_size 16`). Actual stack will be
|
||||
allocated as `(coroutine_stack_size + 1_guard_page) * page_size`.
|
||||
Guard page is used to track stack overflows. Stack by default is set to 16KB.
|
||||
|
||||
|
|
Loading…
Reference in New Issue