We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f9dc3 commit be2ac04Copy full SHA for be2ac04
scripts/templates/template-neo4j.conf
@@ -6,8 +6,8 @@
6
dbms.security.procedures.unrestricted=apoc.*,gds.*
7
8
# Memory: Java Heap Size
9
-server.memory.heap.initial_size=4g
10
-server.memory.heap.max_size=4g
+server.memory.heap.initial_size=8g
+server.memory.heap.max_size=8g
11
12
# Memory: The amount of memory to use for mapping the store files.
13
server.memory.pagecache.size=1g
0 commit comments