Use more cpus.
authorTom Clegg <tom@tomclegg.ca>
Thu, 8 Jul 2021 20:48:04 +0000 (16:48 -0400)
committerTom Clegg <tom@tomclegg.ca>
Thu, 8 Jul 2021 20:49:13 +0000 (16:49 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

export.go

index bc13ca90d59d10e210c188ef738d5bc85105701d..e22e04a291f3c2a464526147261d1bf580e13685 100644 (file)
--- a/export.go
+++ b/export.go
@@ -106,7 +106,7 @@ func (cmd *exporter) RunCommand(prog string, args []string, stdin io.Reader, std
                        Client:      arvados.NewClientFromEnv(),
                        ProjectUUID: *projectUUID,
                        RAM:         700000000000,
-                       VCPUs:       64,
+                       VCPUs:       96,
                        Priority:    *priority,
                        APIAccess:   true,
                }