X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/6653b7a7edbac351f5b3734114d6b5904dda1acc..31965b61efb1eee31ddd2a64d80db289fc319077:/src/models/runtime-constraints.ts diff --git a/src/models/runtime-constraints.ts b/src/models/runtime-constraints.ts index a780fd35..89101c6e 100644 --- a/src/models/runtime-constraints.ts +++ b/src/models/runtime-constraints.ts @@ -5,6 +5,6 @@ export interface RuntimeConstraints { ram: number; vcpus: number; - keepCacheRam?: number; + keep_cache_ram?: number; API: boolean; }