Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
V3: reduce query plan image on memory-management page
Browse files Browse the repository at this point in the history
  • Loading branch information
JMHReif committed Jun 23, 2020
1 parent ad8f4f4 commit aa7054e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion in-production/memory-management/memory-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa7054e

Please sign in to comment.