Removing limits on containers, improving repo search #30
hunvreus
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
By default, containers are now able to use as much resources (CPU and memory) as they want. You can limit them by adding DEFAULT_CPUS and/or DEFAULT_MEMORY_MB. Additionally, you can let users customize the values if you provide MAX_CPUS and/or MAX_MEMORY_MB (a new "Resources" will appear in the project's settings tab).
I've made a few additional fixes, including for the repo selection when creating or editing a project. If the GitHub App is only installed on selected repositories, we only show these.
This discussion was created from the release Removing limits on containers, improving repo search.
Beta Was this translation helpful? Give feedback.
All reactions