From a72f656bab2fa807e785f21a151700d80a4a10d9 Mon Sep 17 00:00:00 2001 From: chaser-ch Date: Sat, 22 Apr 2023 14:30:57 +0000 Subject: [PATCH] reduce maximum perf event memory --- deps/oblib/src/lib/stat/ob_di_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/oblib/src/lib/stat/ob_di_cache.h b/deps/oblib/src/lib/stat/ob_di_cache.h index 8b13542b4..70f1b851d 100644 --- a/deps/oblib/src/lib/stat/ob_di_cache.h +++ b/deps/oblib/src/lib/stat/ob_di_cache.h @@ -185,7 +185,7 @@ class ObDIThreadTenantCache: public ObDINode { 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();