add two paramaters about faststack

This commit is contained in:
obdev
2024-02-21 12:15:44 +00:00
committed by ob-robot
parent eb0df58ce0
commit 65f35839d3
6 changed files with 47 additions and 5 deletions

View File

@ -18,6 +18,7 @@
#include "lib/alloc/ob_malloc_sample_struct.h"
#include "lib/allocator/ob_tc_malloc.h"
#include "lib/allocator/ob_mem_leak_checker.h"
#include "lib/signal/ob_signal_handlers.h"
#include "share/scheduler/ob_tenant_dag_scheduler.h"
#include "rpc/obrpc/ob_rpc_handler.h"
#include "share/ob_cluster_version.h"
@ -319,6 +320,10 @@ int ObServerReloadConfig::operator()()
{
ObMallocAllocator::get_instance()->force_malloc_for_absent_tenant_ = GCONF._force_malloc_for_absent_tenant;
}
{
ObSigFaststack::get_instance().set_min_interval(GCONF._faststack_min_interval.get_value());
}
return ret;
}