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

Are the task resource limits respected? #27

Open
rgl opened this issue Oct 11, 2020 · 1 comment · May be fixed by #33
Open

Are the task resource limits respected? #27

rgl opened this issue Oct 11, 2020 · 1 comment · May be fixed by #33
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rgl
Copy link

rgl commented Oct 11, 2020

Are the task resource limits set in

resources {
cpu = 100
memory = 20
network {
port "httplabel" {}
}
}
respected?

If so, can you point me to the code that sets those in the IIS application pool?

@Vulfox
Copy link
Contributor

Vulfox commented Oct 12, 2020

They are not limited by these settings, I set those to work with the nomad job spec requirements. What could be done now is set the application pool xml settings via

https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/applicationpools/add/cpu

https://docs.microsoft.com/en-us/windows-server/administration/performance-tuning/role/web-server/tuning-iis-10#worker-process-and-recycling-options
.

I could have the plugin do this automatically if what IIS does with these settings is to be expected.

@Vulfox Vulfox self-assigned this Oct 12, 2020
@Vulfox Vulfox linked a pull request Jan 5, 2021 that will close this issue
@Vulfox Vulfox added this to the 0.2.0 Release milestone Mar 4, 2021
@Vulfox Vulfox added the enhancement New feature or request label Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants