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

Add rule for recetox_aplcms_compute_clusters to scale memory according to the input. #74

Open
hechth opened this issue Oct 24, 2024 · 1 comment

Comments

@hechth
Copy link
Contributor

hechth commented Oct 24, 2024

The tool currently has no config (so I assume 4GB by default?) and crashes when being given about 1GB of input data.

So I assume a rule like this would make sense?

  toolshed.g2.bx.psu.edu/repos/recetox/recetox_aplcms_compute_clusters/recetox_aplcms_compute_clusters/.*:
    mem: 4
    rules:
    - id: rcx_aplcms_clusters_large_input
      if: input_size >= 0.8
      mem: 8

Is it also possible to stack these rules, so to provide even more memory if the input is even bigger?

@bgruening
Copy link
Member

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

2 participants