File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/ROOT/pages/extending-neo4j Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments