This commit is contained in:
Para Dox
2025-05-21 13:56:22 +07:00
parent 7ee7456752
commit 72876114c3
12 changed files with 168 additions and 156 deletions

View File

@@ -124,19 +124,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -124,19 +124,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -124,19 +124,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -124,19 +124,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -129,19 +129,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -129,19 +129,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -128,19 +128,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -128,19 +128,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -118,19 +118,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -118,19 +118,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -120,19 +120,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -120,19 +120,20 @@ services:
environment: environment:
- PGPORT=5430 - PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword - POSTGRES_PASSWORD=notsecurepassword
command: > entrypoint: [postgres]
postgres -c max_connections=200 command:
-c log_error_verbosity=terse - -c checkpoint_completion_target=0.9
-c shared_buffers=2GB - -c checkpoint_timeout=1800
-c effective_cache_size=4GB - -c effective_cache_size=4GB
-c maintenance_work_mem=1GB - -c effective_io_concurrency=200
-c checkpoint_completion_target=0.9 - -c log_error_verbosity=terse
-c random_page_cost=1.1 - -c maintenance_work_mem=1GB
-c effective_io_concurrency=200 - -c max_connections=200
-c min_wal_size=4GB - -c max_wal_size=16GB
-c max_wal_size=16GB - -c max_worker_processes=16
-c max_worker_processes=16 - -c min_wal_size=4GB
-c checkpoint_timeout=1800 - -c random_page_cost=1.1
- -c shared_buffers=2GB
networks: networks:
- chains - chains
volumes: volumes: