More memory for plot.
authorTom Clegg <tom@tomclegg.ca>
Thu, 17 Sep 2020 16:26:07 +0000 (12:26 -0400)
committerTom Clegg <tom@tomclegg.ca>
Thu, 17 Sep 2020 16:26:07 +0000 (12:26 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

plot.go

diff --git a/plot.go b/plot.go
index 5e2eb638454098f1e40019e67d4617f57b0cd6ad..73f1f3c3d446dd653b2358f082cb167f2022f88d 100644 (file)
--- a/plot.go
+++ b/plot.go
@@ -37,7 +37,7 @@ func (cmd *pythonPlot) RunCommand(prog string, args []string, stdin io.Reader, s
                Name:        "lightning plot",
                Client:      arvados.NewClientFromEnv(),
                ProjectUUID: *projectUUID,
-               RAM:         1 << 30,
+               RAM:         4 << 30,
                VCPUs:       1,
                Priority:    *priority,
                Mounts: map[string]map[string]interface{}{