mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge branch 'master' into speed-up-index-set-a-little
This commit is contained in:
commit
dcf410a916
@ -23,12 +23,8 @@ thread_local ThreadStatus constinit * current_thread = nullptr;
|
|||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|
||||||
#if defined(__aarch64__)
|
|
||||||
/// For aarch64 16K is not enough (likely due to tons of registers)
|
/// For aarch64 16K is not enough (likely due to tons of registers)
|
||||||
static constexpr size_t UNWIND_MINSIGSTKSZ = 32 << 10;
|
constexpr size_t UNWIND_MINSIGSTKSZ = 32 << 10;
|
||||||
#else
|
|
||||||
static constexpr size_t UNWIND_MINSIGSTKSZ = 16 << 10;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/// Alternative stack for signal handling.
|
/// Alternative stack for signal handling.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user