From aa7054e273f16e373fc134039d05071c8c26b4e0 Mon Sep 17 00:00:00 2001 From: Jennifer Reif Date: Tue, 23 Jun 2020 17:32:30 -0500 Subject: [PATCH] V3: reduce query plan image on memory-management page --- in-production/memory-management/memory-management.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in-production/memory-management/memory-management.adoc b/in-production/memory-management/memory-management.adoc index 2e378f5d..3e063973 100644 --- a/in-production/memory-management/memory-management.adoc +++ b/in-production/memory-management/memory-management.adoc @@ -57,7 +57,7 @@ RETURN p1.name, p2.name, [rel in relationships(path) | type(rel)]; We can run this query in the link:/developer/neo4j-browser/[Neo4j Browser], which returns a visual representation of the query plan that contains memory usage information. We can see the output from running this query in the image below: -image::{img}query-plan-with-memory.jpg[link="{img}query-plan-with-memory.jpg",role="popup-link",width=300] +image::{img}query-plan-with-memory.jpg[link="{img}query-plan-with-memory.jpg",role="popup-link",width=200] The total memory usage of 17,062,912 bytes is included on the `ProduceResults` operator. That memory usage is broken down across the following operators: