Make enable_system_tenant_memory_limit take effect dynamicly
This commit is contained in:
@ -123,7 +123,7 @@ public:
|
||||
void set_reserved(int64_t bytes);
|
||||
int64_t get_reserved() const;
|
||||
#ifdef ENABLE_500_MEMORY_LIMIT
|
||||
int set_500_tenant_limit();
|
||||
int set_500_tenant_limit(const bool unlimited);
|
||||
#endif
|
||||
int set_tenant_limit(uint64_t tenant_id, int64_t bytes);
|
||||
int64_t get_tenant_limit(uint64_t tenant_id);
|
||||
|
||||
Reference in New Issue
Block a user