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 @@ -222,7 +222,7 @@ It's usually difficult and time-consuming to implement memory resource tracking.
222222These 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.
You can’t perform that action at this time.
0 commit comments