adjust shared buffers to 0.25
This commit is contained in:
parent
8b5c33183c
commit
1dea6ceccf
4 changed files with 4 additions and 4 deletions
|
@ -8,4 +8,4 @@ data:
|
||||||
postgresql.conf: |
|
postgresql.conf: |
|
||||||
max_connections = 1000
|
max_connections = 1000
|
||||||
work_mem = 4MB
|
work_mem = 4MB
|
||||||
shared_buffers = 512MB
|
shared_buffers = 2048MB
|
||||||
|
|
|
@ -8,4 +8,4 @@ data:
|
||||||
postgresql.conf: |
|
postgresql.conf: |
|
||||||
max_connections = 100
|
max_connections = 100
|
||||||
work_mem = 4MB
|
work_mem = 4MB
|
||||||
shared_buffers = 128MB
|
shared_buffers = 512MB
|
||||||
|
|
|
@ -8,4 +8,4 @@ data:
|
||||||
postgresql.conf: |
|
postgresql.conf: |
|
||||||
max_connections = 500
|
max_connections = 500
|
||||||
work_mem = 2MB
|
work_mem = 2MB
|
||||||
shared_buffers = 256MB
|
shared_buffers = 1024MB
|
||||||
|
|
|
@ -8,4 +8,4 @@ data:
|
||||||
postgresql.conf: |
|
postgresql.conf: |
|
||||||
max_connections = 700
|
max_connections = 700
|
||||||
work_mem = 3MB
|
work_mem = 3MB
|
||||||
shared_buffers = 512MB
|
shared_buffers = 2048MB
|
||||||
|
|
Loading…
Reference in a new issue