Skip to content

Commit 45a2d29

Browse files
committed
perf_bench: add work_mem = 16MB tuning
1 parent a167004 commit 45a2d29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/perf_bench.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ default_table_access_method = 'orioledb'
2727
shared_buffers = '${SHARED_BUFFERS_MB}MB'
2828
max_connections = 200
2929
max_wal_size = '4GB'
30+
work_mem = '16MB'
3031
checkpoint_completion_target = 0.9
3132
EOF
3233

0 commit comments

Comments
 (0)