Skip to content

Commit 4304c30

Browse files
FlorentinDs1ck
andcommitted
Add renamed transaction_max_size to debug sysInfo
Co-authored-by: Martin Junghanns <martin.junghanns@neotechnology.com>
1 parent 511a1b7 commit 4304c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proc/sysinfo/src/main/java/org/neo4j/gds/SysInfoProc.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ private static void configInfo(Config config, Consumer<DebugValue> builder) {
309309
trySetting("dbms.tx_state.max_off_heap_memory", config, builder);
310310
trySetting("dbms.memory.off_heap.max_size", config, builder);
311311
trySetting("server.memory.off_heap.max_size", config, builder);
312+
trySetting("server.memory.off_heap.transaction_max_size", config, builder);
312313

313314
trySetting("dbms.memory.transaction.global_max_size", config, builder);
314315
trySetting("dbms.memory.transaction.total.max", config, builder);

0 commit comments

Comments
 (0)