X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d4bb1f8a3c68288f45d2c1fa618c333825fcc8d0..a7a482db3954fa6470be74f0e00f6e1e105e0b6c:/services/crunch-dispatch-slurm/usage.go?ds=sidebyside diff --git a/services/crunch-dispatch-slurm/usage.go b/services/crunch-dispatch-slurm/usage.go index e8a1f1899e..bcfa5b8a39 100644 --- a/services/crunch-dispatch-slurm/usage.go +++ b/services/crunch-dispatch-slurm/usage.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -12,10 +16,13 @@ var exampleConfigFile = []byte(` "APIHost": "zzzzz.arvadosapi.com", "AuthToken": "xyzzy", "Insecure": false + "KeepServiceURIs": [], }, "CrunchRunCommand": ["crunch-run"], "PollPeriod": "10s", - "SbatchArguments": ["--partition=foo", "--exclude=node13"] + "SbatchArguments": ["--partition=foo", "--exclude=node13"], + "ReserveExtraRAM": 268435456, + "BatchSize": 10000 }`) func usage(fs *flag.FlagSet) {