Bump slice-numpy memory.
authorTom Clegg <tom@tomclegg.ca>
Thu, 28 Oct 2021 15:28:32 +0000 (11:28 -0400)
committerTom Clegg <tom@tomclegg.ca>
Thu, 28 Oct 2021 15:28:32 +0000 (11:28 -0400)
refs #17763

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

slicenumpy.go

index c1aeae6589d33570c4437cdcd59032e17acf6088..5aa97ac5a7c44707b03720ac6631eaa03599ce54 100644 (file)
@@ -70,8 +70,8 @@ func (cmd *sliceNumpy) RunCommand(prog string, args []string, stdin io.Reader, s
                        Name:        "lightning slice-numpy",
                        Client:      arvados.NewClientFromEnv(),
                        ProjectUUID: *projectUUID,
-                       RAM:         240000000000,
-                       VCPUs:       64,
+                       RAM:         650000000000,
+                       VCPUs:       96,
                        Priority:    *priority,
                        KeepCache:   2,
                        APIAccess:   true,