Skip to content
Snippets Groups Projects
Commit dd111b38 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9522: Use 2 cores/process by default, to more evenly spread resources...

Task #9522: Use 2 cores/process by default, to more evenly spread resources and prevent extreme load figures. Almost all pipelines have a step that requires 2 cores.
parent f0d3d83a
Branches
Tags
No related merge requests found
...@@ -184,7 +184,7 @@ def run_via_custom_cmdline(logger, host, command, environment, arguments, config ...@@ -184,7 +184,7 @@ def run_via_custom_cmdline(logger, host, command, environment, arguments, config
command = commandStr, command = commandStr,
job_name = jobname(command), job_name = jobname(command),
nr_cores = resources.get("cores", 1), nr_cores = resources.get("cores", 2),
).split() ).split()
logger.debug("Dispatching command to %s with custom_cmdline: %s" % (host, full_command_line)) logger.debug("Dispatching command to %s with custom_cmdline: %s" % (host, full_command_line))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment