-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
What is the problem you're trying to solve
The CPU Burst feature is an important feature that has been supported since Linux Kernel 5.12. The developer can use the feature to reach a more performance balance container in the production environment.
For more details, you can see https://lore.kernel.org/lkml/20210730070956.44019-3-changhuaixin@linux.alibaba.com/T/ and opencontainers/runc#3145
Describe the solution you'd like
After opencontainers/runc#3749 has been merged, we can directly to support the feature by adding new argument.
Additional context
No response