Skip to content
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

Make CFS quota period configurable #1627

Closed
mseiwald opened this issue Oct 17, 2018 · 2 comments
Closed

Make CFS quota period configurable #1627

mseiwald opened this issue Oct 17, 2018 · 2 comments

Comments

@mseiwald
Copy link

mseiwald commented Oct 17, 2018

It seems that the CFS quota period is fixed in ecs agent for the parent cgroup that is created for each task.

defaultCPUPeriod = 100 * time.Millisecond // 100ms

Since the length of this period can have consequences on performance (see this and this) we would like it to be configurable, e.g. as an argument to ecs-agent.

@hjacobs
Copy link

hjacobs commented Nov 6, 2018

Just FYI: we decided to completely disable CFS quota for all Zalando Kubernetes clusters: zalando-incubator/kubernetes-on-aws#1026

So I guess this should also be an option to consider.

@adnxn
Copy link
Contributor

adnxn commented Apr 29, 2019

closing since merged to dev with #1941

@adnxn adnxn closed this as completed Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants