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

@@ -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:

View File

@@ -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:

View File

@@ -128,19 +128,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:

View File

@@ -128,19 +128,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: