Skip to content

Commit 5a03c2a

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

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
@@ -224,7 +224,7 @@ These are a few considerations and caveats that are worth keeping in mind:
224224
- Limit the scope of the memory management.
225225
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.
227-
It's up to you to add reference counting or other mechanisms to avoid this if it's an issue for you.
227+
You can add reference counting or other mechanisms to avoid overestimation if that is an issue for you.
228228
- It's common to not know the size of an instance before it has been allocated.
229229
This makes you register allocations after they have already been made.
230230
The memory tracker implementation tries to guard against this

0 commit comments

Comments
 (0)