reduce maximum perf event memory

This commit is contained in:
chaser-ch 2023-04-22 14:30:57 +00:00 committed by ob-robot
parent c9739a3cf4
commit a72f656bab

View File

@ -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();