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: