From a486c1bfb7661ce6ecb952f3a1c9350e46f55426 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 19 Jan 2021 12:43:13 +0100 Subject: [PATCH] Add some missing variables for postgresql Signed-off-by: Pierre-Yves Chibon --- ansible/host_vars/datanommer.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ansible/host_vars/datanommer.yml b/ansible/host_vars/datanommer.yml index 12f9ad2..f55e8b6 100644 --- a/ansible/host_vars/datanommer.yml +++ b/ansible/host_vars/datanommer.yml @@ -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" +