reduce maximum perf event memory
This commit is contained in:
parent
c9739a3cf4
commit
a72f656bab
2
deps/oblib/src/lib/stat/ob_di_cache.h
vendored
2
deps/oblib/src/lib/stat/ob_di_cache.h
vendored
@ -185,7 +185,7 @@ class ObDIThreadTenantCache: public ObDINode<ObDIThreadTenantCache>
|
||||
{
|
||||
public:
|
||||
static const int64_t DEFAULT_TENANT_NUM = 4;
|
||||
static const int64_t MAX_TENANT_NUM_PER_SERVER = 128;
|
||||
static const int64_t MAX_TENANT_NUM_PER_SERVER = 64;
|
||||
|
||||
ObDIThreadTenantCache();
|
||||
virtual ~ObDIThreadTenantCache();
|
||||
|
Loading…
x
Reference in New Issue
Block a user