Created
August 17, 2020 13:24
-
-
Save denihida1216/bf5481abe3a3562745304a05989a1244 to your computer and use it in GitHub Desktop.
ODOO TUNING
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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