typo in docker compose
This commit is contained in:
parent
05f82ed2e1
commit
5e41e88b59
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- dwh-local:/var/lib/postgresql/data
|
- dwh-local:/var/lib/postgresql/data
|
||||||
shm_size: 1g
|
shm_size: 1g
|
||||||
command:
|
command: [
|
||||||
[
|
|
||||||
"-c", "default_statistics_target=500",
|
"-c", "default_statistics_target=500",
|
||||||
"-c", "effective_io_concurrency=200",
|
"-c", "effective_io_concurrency=200",
|
||||||
"-c", "huge_pages=off",
|
"-c", "huge_pages=off",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue