This commit is contained in:
Para Dox
2025-05-22 00:15:39 +07:00
parent bbd93c0ffb
commit 4f7fe9a256
12 changed files with 168 additions and 168 deletions

View File

@@ -129,20 +129,20 @@ services:
environment:
- PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword
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
- postgres
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
networks:
- chains
volumes: