mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Increase even more
This commit is contained in:
parent
c2c5992434
commit
e849b21cba
@ -57,7 +57,7 @@ static bool guarded_alloc_initialized = []
|
|||||||
opts.MaxSimultaneousAllocations = 1024;
|
opts.MaxSimultaneousAllocations = 1024;
|
||||||
|
|
||||||
if (!env_options_raw || !std::string_view{env_options_raw}.contains("SampleRate"))
|
if (!env_options_raw || !std::string_view{env_options_raw}.contains("SampleRate"))
|
||||||
opts.SampleRate = 10000;
|
opts.SampleRate = 50000;
|
||||||
|
|
||||||
opts.Backtrace = getBackTrace;
|
opts.Backtrace = getBackTrace;
|
||||||
GuardedAlloc.init(opts);
|
GuardedAlloc.init(opts);
|
||||||
|
Loading…
Reference in New Issue
Block a user