Add some missing variables for postgresql

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-01-19 12:43:13 +01:00
parent af2f7e371d
commit a486c1bfb7

View file

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