Merge branch '13803-oj-gem-malloc-bug'
[arvados.git] / doc / _includes / _container_scheduling_parameters.liquid
index ee2ca07a944015291b544e0afe6ff5151ff77786..abbe6f4c06adef5c7f8826d3e3430ea9386278e0 100644 (file)
@@ -1,7 +1,15 @@
-Scheduling parameters
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
+
+h2. Scheduling parameters
 
 Parameters to be passed to the container scheduler (e.g., SLURM) when running a container.
 
 table(table table-bordered table-condensed).
 |_. Key|_. Type|_. Description|_. Notes|
 |partitions|array of strings|The names of one or more compute partitions that may run this container. If not provided, the system will choose where to run the container.|Optional.|
+|preemptible|boolean|If true, the dispatcher will ask for a preemptible cloud node instance (eg: AWS Spot Instance) to run this container.|Optional. Default is false.|
+|max_run_time|integer|Maximum running time (in seconds) that this container will be allowed to run before being cancelled.|Optional. Default is 0 (no limit).|