Skip to content

Commit 308b644

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ The memory resource tracking API for the procedure framework is available for pr
206206
Future versions of Neo4j might contain breaking changes to this API.
207207
====
208208

209-
If your procedure allocates significant amounts of heap memory,
210-
you can register allocations to count towards the
211-
link:{neo4j-docs-base-uri}/operations-manual/{page-version}/performance/memory-configuration/#memory-configuration-limit-transaction-memory[configured transaction limits].
209+
If your procedure allocates significant amounts of heap memory, you can register allocations to count towards the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/performance/memory-configuration/#memory-configuration-limit-transaction-memory[configured transaction limits].
212210
This allows you to avoid `OutOfMemory` errors that cause database restarts.
213211
Memory allocations will also show up in query profiles.
214212

0 commit comments

Comments
 (0)