Adjust memory.
authorTom Clegg <tom@tomclegg.ca>
Mon, 14 Jun 2021 15:10:54 +0000 (11:10 -0400)
committerTom Clegg <tom@tomclegg.ca>
Mon, 14 Jun 2021 15:10:54 +0000 (11:10 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

exportnumpy.go

index 8e2eeed230ab64285b287b180e7535e8609b0acc..4ddbb1029bd9f6a28882cde3c1869dfcd11d13c0 100644 (file)
@@ -71,7 +71,7 @@ func (cmd *exportNumpy) RunCommand(prog string, args []string, stdin io.Reader,
                        Name:        "lightning export-numpy",
                        Client:      arvados.NewClientFromEnv(),
                        ProjectUUID: *projectUUID,
-                       RAM:         750000000000,
+                       RAM:         500000000000,
                        VCPUs:       32,
                        Priority:    *priority,
                        KeepCache:   1,