Less memory and cpu for annotate.
authorTom Clegg <tom@tomclegg.ca>
Thu, 29 Oct 2020 13:40:08 +0000 (09:40 -0400)
committerTom Clegg <tom@tomclegg.ca>
Thu, 29 Oct 2020 13:46:46 +0000 (09:46 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

annotate.go

index de911261cb7dc54bfe1ff1528023b0e065f202d8..2ebe9ce8c9d1b1400bcb26eba86db3c7a2b3c27e 100644 (file)
@@ -63,8 +63,8 @@ func (cmd *annotatecmd) RunCommand(prog string, args []string, stdin io.Reader,
                        Name:        "lightning annotate",
                        Client:      arvados.NewClientFromEnv(),
                        ProjectUUID: *projectUUID,
-                       RAM:         120000000000,
-                       VCPUs:       32,
+                       RAM:         80000000000,
+                       VCPUs:       16,
                        Priority:    *priority,
                }
                err = runner.TranslatePaths(inputFilename)