From 7cbeb15b41a6e64ae95bf791b5cd2dcb0a230bfd Mon Sep 17 00:00:00 2001 From: cat-bro Date: Tue, 21 Nov 2023 17:32:29 +1100 Subject: [PATCH] more memory for scanpy plot and stop the auto handler restarts again --- .../production/total_perspective_vortex/tools.yml | 2 +- galaxy_update_configs_playbook.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/tools.yml b/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/tools.yml index 2915c21ab..d316ac950 100644 --- a/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/tools.yml +++ b/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/tools.yml @@ -2138,7 +2138,7 @@ tools: cores: 1 mem: 3.8 toolshed.g2.bx.psu.edu/repos/iuc/scanpy_plot/scanpy_plot/.*: - mem: 4 + input_size * 8 + mem: 4 + input_size * 12 params: singularity_enabled: true scheduling: diff --git a/galaxy_update_configs_playbook.yml b/galaxy_update_configs_playbook.yml index c205afe4c..2a94b7536 100644 --- a/galaxy_update_configs_playbook.yml +++ b/galaxy_update_configs_playbook.yml @@ -46,7 +46,7 @@ mode: 0644 with_items: "{{ galaxy_dynamic_job_rules }}" when: not item.endswith(".j2") - notify: restart handlers + # notify: restart handlers - name: Install dynamic job rules (template) template: src: "{{ galaxy_dynamic_job_rules_src_dir }}/{{ item }}" @@ -56,4 +56,4 @@ regex: '\.j2$' with_items: "{{ galaxy_dynamic_job_rules }}" when: item.endswith(".j2") - notify: restart handlers + # notify: restart handlers