Skip to content

Instantly share code, notes, and snippets.

@denihida1216
Created August 17, 2020 13:24
Show Gist options
  • Save denihida1216/bf5481abe3a3562745304a05989a1244 to your computer and use it in GitHub Desktop.
Save denihida1216/bf5481abe3a3562745304a05989a1244 to your computer and use it in GitHub Desktop.
ODOO TUNING
Konfigurasi postgresql:
http://pgtune.leopard.in.ua/
memory 4GB:
limit_memory_hard = 2684354560
limit_memory_soft = 2147483648
Custom setting
limit-memory-hard = 768 * your workers (e.g 4) *1024 * 1024 = 3221225472
limit-memory-hard = 640 * your workers (e.g 4) *1024 * 1024 = 2684354560
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment