15467: Adding KeepServices WIP
[arvados.git] / services / crunch-dispatch-slurm / usage.go
index 683ff763fbc0fbeafac20e49cc29a962b5a2e0ef..bcfa5b8a39ed7c8680a5ec1ffed6b583193f1caf 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
@@ -8,9 +12,17 @@ import (
 
 var exampleConfigFile = []byte(`
     {
+       "Client": {
+           "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) {