X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/62a5bae0cf096fee69add487cd28a8bdbd4fa17c..d2bb622dce5e765e55942e4da6348f949883d9fc:/services/crunch-dispatch-slurm/usage.go diff --git a/services/crunch-dispatch-slurm/usage.go b/services/crunch-dispatch-slurm/usage.go index ddfbdb0926..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 ( @@ -16,7 +20,8 @@ var exampleConfigFile = []byte(` }, "CrunchRunCommand": ["crunch-run"], "PollPeriod": "10s", - "SbatchArguments": ["--partition=foo", "--exclude=node13"] + "SbatchArguments": ["--partition=foo", "--exclude=node13"], + "ReserveExtraRAM": 268435456, }`) func usage(fs *flag.FlagSet) {