Skip to content

Commit c9a80a7

Browse files
committed
Remove gc and query logging options for test instance
1 parent b820128 commit c9a80a7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

test/internal/shared-neo4j.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,9 @@ const additionalConfig = {
110110
// shorten the default time to wait for the bookmark from 30 to 5 seconds
111111
'dbms.transaction.bookmark_ready_timeout': '5s',
112112

113-
// enable GC logging
114-
'dbms.logs.gc.enabled': true,
115-
116-
// enable query logging
117-
'dbms.logs.query.enabled': true
118-
};
113+
// page cache size
114+
'dbms.memory.pagecache.size': '512m'
115+
}
119116

120117
const neoCtrlVersionParam = '-e';
121118
const defaultNeo4jVersion = '3.5';

0 commit comments

Comments
 (0)