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

Limit hardware resource usage #3

Open
marko-radosavljevic opened this issue May 13, 2023 · 0 comments
Open

Limit hardware resource usage #3

marko-radosavljevic opened this issue May 13, 2023 · 0 comments

Comments

@marko-radosavljevic
Copy link
Contributor

marko-radosavljevic commented May 13, 2023

We only have 1 thread, that runs the whole bot, dev bot, and a website, with infrastructure for those. So a single user could easily block the whole production server, so not only jshell would go down, but the tj-bot and website.

With, cgroups, you can limit per container, so that doesn't work for us, because we would have many containers.

So we can use slices, to set a global limit on resources: https://unix.stackexchange.com/questions/537645/how-to-limit-docker-total-resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant