summarylogtreecommitdiffstats
path: root/dgraph.service
diff options
context:
space:
mode:
Diffstat (limited to 'dgraph.service')
-rw-r--r--dgraph.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgraph.service b/dgraph.service
index 8f91a80ae3fd..ad38f164698a 100644
--- a/dgraph.service
+++ b/dgraph.service
@@ -4,7 +4,7 @@ Requires=dgraph-zero.service
After=dgraph-zero.service
[Service]
-ExecStart=/usr/bin/dgraph alpha --lru_mb 2048 -w /var/lib/dgraph/data/w -p /var/lib/dgraph/data/p --zero localhost:5080
+ExecStart=/usr/bin/dgraph alpha -w /var/lib/dgraph/data/w -p /var/lib/dgraph/data/p --zero localhost:5080
Restart=on-failure
RestartSec=1