From 3318e06aadab86e1858298290012a9fe5c4ef307 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 5 Dec 2024 22:58:59 +0000 Subject: [PATCH] Deployed specialised memgraph query/write processors, created memgraph indexes --- templates/stores/memgraph.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/stores/memgraph.jsonnet b/templates/stores/memgraph.jsonnet index 785379fb..75faf5f0 100644 --- a/templates/stores/memgraph.jsonnet +++ b/templates/stores/memgraph.jsonnet @@ -13,8 +13,8 @@ local images = import "values/images.jsonnet"; .with_environment({ MEMGRAPH: "--storage-properties-on-edges=true --storage-enable-edges-metadata=true" }) - .with_limits("1.0", "2000M") - .with_reservations("0.5", "2000M") + .with_limits("1.0", "1000M") + .with_reservations("0.5", "1000M") .with_port(7474, 7474, "api") .with_port(7687, 7687, "api2");