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

Resource limits for ARC #4

Open
cboettig opened this issue Dec 22, 2024 · 0 comments
Open

Resource limits for ARC #4

cboettig opened this issue Dec 22, 2024 · 0 comments

Comments

@cboettig
Copy link
Member

  • ARC doesn't seem to handle resource limits when user specifies a container.

  • not sure if we can disable container use though in ARC? needs testing (seems that mode must be either dind or kubernetes, the latter requires a container field in the action yaml, and also doesn't recognize command-line docker options like below.

Individual tasks can set action limits, probably the best way to go at this point.

e.g. for EFI config:

    runs-on: efi-cirrus
    container: 
      # IMPORTANT.  Please set a memory limit <= 45 GB.
      image: eco4cast/rocker-neon4cast:latest
      options: --memory="15g"
    steps:

(FIXME add links to GH ARC docs and issues here)

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