Vous n'êtes pas identifié(e).
Pages : 1
Bonjour,
j'ai une vm avec un pg 15, une db de 2Tb, 24Gb RAM, 8 coeurs (16 threads).
j'ai mis
max_connections=150
shared_buffers = 7144MB
effective_cache_size = 11200MB
maintenance_work_mem = 1536MB
work_mem=22MB
Quand je lance postgrestuner j'ai ce message
[WARN] The sum of max_memory and effective_cache_size is too high, the planner may create bad plans because the system buffercache will probably be smaller than expected, especially if the machine is NOT dedicated to PostgreSQL.
par contre is cache_size-4Gb<buffer_size, j'ai aussi une erreur.
Devrais-je réduire les deux ou jouer avec un autre paramètre?
Merci.
Hors ligne
Bonjour,
[WARN] The sum of max_memory and effective_cache_size is too high, the planner may create bad plans because the system buffercache will probably be smaller than expected, especially if the machine is NOT dedicated to PostgreSQL.
Ce n'est pas un message postgres, il faudrait voir avec les outils que vous utilisez. Cela dit a vue de nez le message n'a pas l'air de vouloir dire grand chose.
Julien.
https://rjuju.github.io/
Hors ligne
Pages : 1