Skip to content
Snippets Groups Projects
Commit fa7c7b21 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_inspiral_pipe: update the memory request a bit more

parent 317d209b
No related branches found
No related tags found
No related merge requests found
Pipeline #85920 failed
......@@ -241,13 +241,13 @@ def set_up_jobs(options):
inj_snr_condor_opts['request_cpus'] = "2"
inspiral_1ifo_condor_opts = default_condor_opts.copy()
inspiral_1ifo_condor_opts['+MemoryUsage'] = "( 4000 ) * 2 / 3"
inspiral_1ifo_condor_opts['+MemoryUsage'] = "( 5000 ) * 2 / 3"
inspiral_2ifo_condor_opts = default_condor_opts.copy()
inspiral_2ifo_condor_opts['+MemoryUsage'] = "( 6000 ) * 2 / 3"
inspiral_2ifo_condor_opts['+MemoryUsage'] = "( 7000 ) * 2 / 3"
inspiral_3ifo_condor_opts = default_condor_opts.copy()
inspiral_3ifo_condor_opts['+MemoryUsage'] = "( 8000 ) * 2 / 3"
inspiral_3ifo_condor_opts['+MemoryUsage'] = "( 9000 ) * 2 / 3"
inspiral_3ifo_condor_opts['request_cpus'] = "2"
# set condor commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment