Skip to content

Commit 3533f7e

Browse files
Update modules/ROOT/pages/extending-neo4j/procedures.adoc
Co-authored-by: Jessica Wright <[email protected]>
1 parent 0a16585 commit 3533f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/extending-neo4j/procedures.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ It's usually difficult and time-consuming to implement memory resource tracking.
222222
These are a few considerations and caveats that are worth keeping in mind:
223223

224224
- Limit the scope of the memory management.
225-
Focus only on parts that can grow significantly in memory, and ignore minor underestimation.
225+
Focus only on parts that can grow significantly in memory and ignore minor underestimation.
226226
- Beware of overestimation by registering allocations of the same instance multiple times.
227227
It's up to you to add reference counting or other mechanisms to avoid this if it's an issue for you.
228228
- It's common to not know the size of an instance before it has been allocated.

0 commit comments

Comments
 (0)