Bump exportnumpy memory.
authorTom Clegg <tom@tomclegg.ca>
Thu, 17 Dec 2020 15:36:08 +0000 (10:36 -0500)
committerTom Clegg <tom@tomclegg.ca>
Thu, 17 Dec 2020 15:36:08 +0000 (10:36 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

exportnumpy.go

index ff985ebd6d49ad51aa6c14d60a1976154c82760c..99b0381c93c615128aa1d2d2508c9d1f1e4ccc5d 100644 (file)
@@ -67,8 +67,8 @@ func (cmd *exportNumpy) RunCommand(prog string, args []string, stdin io.Reader,
                        Name:        "lightning export-numpy",
                        Client:      arvados.NewClientFromEnv(),
                        ProjectUUID: *projectUUID,
-                       RAM:         240000000000,
-                       VCPUs:       16,
+                       RAM:         450000000000,
+                       VCPUs:       32,
                        Priority:    *priority,
                        KeepCache:   1,
                        APIAccess:   true,