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 b820128 commit c9a80a7Copy full SHA for c9a80a7
test/internal/shared-neo4j.js
@@ -110,12 +110,9 @@ const additionalConfig = {
110
// shorten the default time to wait for the bookmark from 30 to 5 seconds
111
'dbms.transaction.bookmark_ready_timeout': '5s',
112
113
- // enable GC logging
114
- 'dbms.logs.gc.enabled': true,
115
-
116
- // enable query logging
117
- 'dbms.logs.query.enabled': true
118
-};
+ // page cache size
+ 'dbms.memory.pagecache.size': '512m'
+}
119
120
const neoCtrlVersionParam = '-e';
121
const defaultNeo4jVersion = '3.5';
0 commit comments