Skip to content

Commit 05a6d32

Browse files
committed
experiment to see if we can juice up postgres a bit
1 parent 248652a commit 05a6d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/famedly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
--mount 'type=bind,src=/var/run/postgresql,dst=/var/run/postgresql' \
217217
-e POSTGRES_PASSWORD=postgres \
218218
-e POSTGRES_INITDB_ARGS="--lc-collate C --lc-ctype C --encoding UTF8" \
219-
postgres:${{ matrix.job.postgres-version }}
219+
postgres:${{ matrix.job.postgres-version }} -c full_page_writes=off -c wal_init_zero=off -c effective_io_concurrency=200 -c maintenance_io_concurrency=200 -c max_worker_processes=4 -c max_parallel_workers=4 -c random_page_cost=1.05
220220
221221
- uses: Swatinem/rust-cache@68b3cb7503c78e67dae8373749990a220eb65352
222222

0 commit comments

Comments
 (0)