We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2964a14 commit a74f6a5Copy full SHA for a74f6a5
1 file changed
MC/bin/o2_dpg_workflow_runner.py
@@ -42,7 +42,7 @@
42
parser.add_argument('--rerun-from', help='Reruns the workflow starting from given task (or pattern). All dependent jobs will be rerun.')
43
parser.add_argument('--list-tasks', help='Simply list all tasks by name and quit.', action='store_true')
44
45
-parser.add_argument('--mem-limit', help='Set memory limit as scheduling constraint', default=max_system_mem)
+parser.add_argument('--mem-limit', help='Set memory limit as scheduling constraint (in MB)', default=0.9*max_system_mem/1024./1024)
46
parser.add_argument('--cpu-limit', help='Set CPU limit (core count)', default=8)
47
parser.add_argument('--cgroup', help='Execute pipeline under a given cgroup (e.g., 8coregrid) emulating resource constraints. This m\
48
ust exist and the tasks file must be writable to with the current user.')
0 commit comments