X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6207681aa301ad12d164aab24f52a210945af04b..12bfd7a65c6635a882cb2e5e419321db100b9d56:/doc/api/schema/Job.html.textile.liquid diff --git a/doc/api/schema/Job.html.textile.liquid b/doc/api/schema/Job.html.textile.liquid index dba0fe9418..58b6a51cb4 100644 --- a/doc/api/schema/Job.html.textile.liquid +++ b/doc/api/schema/Job.html.textile.liquid @@ -47,6 +47,7 @@ See "Specifying Git versions":#script_version below for more detail about accept |arvados_sdk_version|string|Git commit hash that specifies the SDK version to use from the Arvados repository|This is set by searching the Arvados repository for a match for the arvados_sdk_version runtime constraint.| |docker_image_locator|string|Portable data hash of the collection that contains the Docker image to use|This is set by searching readable collections for a match for the docker_image runtime constraint.| |runtime_constraints|hash|Constraints that must be satisfied by the job/task scheduler in order to run the job.|See below.| +|components|hash|Name and uuid pairs representing the child work units of this job. The uuids can be of different object types.|Example components hash: @{"name1": "zzzzz-8i9sb-xyz...", "name2": "zzzzz-d1hrv-xyz...",}@| h3(#script_version). Specifying Git versions @@ -64,4 +65,5 @@ table(table table-bordered table-condensed). |min_ram_mb_per_node|integer|Require that each node assigned to this Job have the specified amount of real memory (in MiB)|✓| |min_scratch_mb_per_node|integer|Require that each node assigned to this Job have the specified amount of scratch storage available (in MiB)|✓| |max_tasks_per_node|integer|Maximum simultaneous tasks on a single node|✓| +|keep_cache_mb_per_task|integer|Size of file data buffer for per-task Keep directory ($TASK_KEEPMOUNT), in MiB. Default is 256 MiB. Increase this to reduce cache thrashing in situtations such as accessing multiple large (64+ MiB) files at the same time, or accessing different parts of a large file at the same time.|✓| |min_ram_per_task|integer|Minimum real memory (KiB) per task||