Skip to content

Commit

Permalink
reduce cpus for our VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed May 13, 2024
1 parent 6294aa7 commit e61ac77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ tools:
from random import SystemRandom
if SystemRandom().random() < 0.10:
entity.gpus = 1
entity.cpus = 8

Check failure on line 291 in files/galaxy/tpv/tools.yml

View workflow job for this annotation

GitHub Actions / Lint

291:28 [trailing-spaces] trailing spaces
# We are currently utilizing a whole GPU VM (cores 8 mem 40 gpus 1)
entity.mem = 32

Check failure on line 293 in files/galaxy/tpv/tools.yml

View workflow job for this annotation

GitHub Actions / Lint

293:28 [trailing-spaces] trailing spaces
entity.params['singularity_run_extra_arguments'] = '--env ALPHAFOLD_DB=/data/db/databases/alphafold_databases,ALPHAFOLD_USE_GPU=True'
else:
entity.params['singularity_run_extra_arguments'] = '--env ALPHAFOLD_DB=/data/db/databases/alphafold_databases,ALPHAFOLD_USE_GPU=False'
Expand Down

0 comments on commit e61ac77

Please sign in to comment.