unify
This commit is contained in:
@@ -129,19 +129,20 @@ services:
|
||||
environment:
|
||||
- PGPORT=5430
|
||||
- POSTGRES_PASSWORD=notsecurepassword
|
||||
command: >
|
||||
postgres -c max_connections=200
|
||||
-c log_error_verbosity=terse
|
||||
-c shared_buffers=2GB
|
||||
-c effective_cache_size=4GB
|
||||
-c maintenance_work_mem=1GB
|
||||
-c checkpoint_completion_target=0.9
|
||||
-c random_page_cost=1.1
|
||||
-c effective_io_concurrency=200
|
||||
-c min_wal_size=4GB
|
||||
-c max_wal_size=16GB
|
||||
-c max_worker_processes=16
|
||||
-c checkpoint_timeout=1800
|
||||
entrypoint: [postgres]
|
||||
command:
|
||||
- -c checkpoint_completion_target=0.9
|
||||
- -c checkpoint_timeout=1800
|
||||
- -c effective_cache_size=4GB
|
||||
- -c effective_io_concurrency=200
|
||||
- -c log_error_verbosity=terse
|
||||
- -c maintenance_work_mem=1GB
|
||||
- -c max_connections=200
|
||||
- -c max_wal_size=16GB
|
||||
- -c max_worker_processes=16
|
||||
- -c min_wal_size=4GB
|
||||
- -c random_page_cost=1.1
|
||||
- -c shared_buffers=2GB
|
||||
networks:
|
||||
- chains
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user