6309: Add runtime constraint keep_cache_mb_per_task
[arvados.git] / doc / api / schema / Job.html.textile.liquid
index dba0fe94189034c239389801497cd213b5560919..8abd42250a577943d41f2556390848e75da6d401 100644 (file)
@@ -64,4 +64,6 @@ 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||
 |min_ram_per_task|integer|Minimum real memory (KiB) per task||