-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: add resource quota #6935
Comments
After the new processor and new planner tasks are finished, the resource quota task will start. |
Update:
or for a cluster:
cc @sandflee |
cool |
|
The memory limit and cpu and running queue all is supports. |
now we use 'max_threads' to control cpu resource, we should add other configs like 'max_query_time', 'max_mem' to prevent bad sql ooms databend. any plan to implement this?
The text was updated successfully, but these errors were encountered: