19073: Fix dup tag detection.
[lightning.git] / plot.go
diff --git a/plot.go b/plot.go
index 5e2eb638454098f1e40019e67d4617f57b0cd6ad..0367b1241a76291b192723e01dca9f72fd6335b6 100644 (file)
--- a/plot.go
+++ b/plot.go
@@ -1,4 +1,8 @@
-package main
+// Copyright (C) The Lightning Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
+package lightning
 
 import (
        "flag"
@@ -37,7 +41,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{}{