Add some missing variables for postgresql
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
af2f7e371d
commit
a486c1bfb7
1 changed files with 10 additions and 0 deletions
|
@ -9,3 +9,13 @@ aws_region: us-east-1
|
|||
open_ports: [22, 80, 443]
|
||||
instance_type: r4.xlarge
|
||||
initiative_name: datanommer
|
||||
|
||||
|
||||
# postgresql related vars
|
||||
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
|
||||
shared_buffers: "4GB"
|
||||
effective_cache_size: "12GB"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue