limit the hold of tenant 500, add ctx_id UNEXPECTED_IN_500 to mark uncertain_hold label
This commit is contained in:
@ -122,6 +122,9 @@ public:
|
||||
int64_t get_urgent() const;
|
||||
void set_reserved(int64_t bytes);
|
||||
int64_t get_reserved() const;
|
||||
#ifdef ENABLE_500_MEMORY_LIMIT
|
||||
int set_500_tenant_limit();
|
||||
#endif
|
||||
int set_tenant_limit(uint64_t tenant_id, int64_t bytes);
|
||||
int64_t get_tenant_limit(uint64_t tenant_id);
|
||||
int64_t get_tenant_hold(uint64_t tenant_id);
|
||||
|
||||
Reference in New Issue
Block a user