X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/25236212b8f726335ede5d4aa5da120b81ef19a4..fb95e36d2f0525fc7e024854b1bb3705027ca779:/services/crunch-dispatch-slurm/usage.go diff --git a/services/crunch-dispatch-slurm/usage.go b/services/crunch-dispatch-slurm/usage.go index cd2d8ad23d..032d86284d 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,11 +16,12 @@ var exampleConfigFile = []byte(` "APIHost": "zzzzz.arvadosapi.com", "AuthToken": "xyzzy", "Insecure": false + "KeepServiceURIs": [], }, "CrunchRunCommand": ["crunch-run"], - "ArvadosKeepServices": [""], "PollPeriod": "10s", - "SbatchArguments": ["--partition=foo", "--exclude=node13"] + "SbatchArguments": ["--partition=foo", "--exclude=node13"], + "ReserveExtraRAM": 268435456, }`) func usage(fs *flag.FlagSet) {