File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ odoo_role_limit_time_cpu: 60
104104odoo_role_limit_time_real : 120
105105
106106# Customize the Odoo memory limits
107- odoo_role_limit_memory_hard : 805306368
108- odoo_role_limit_memory_soft : 671088640
107+ odoo_role_limit_memory_hard : 2684354560
108+ odoo_role_limit_memory_soft : 2147483648
109109` ` `
110110
111111* Core modules list to install/update
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ odoo_role_limit_time_cpu: 60
8282odoo_role_limit_time_real : 120
8383
8484# Customize the Odoo memory limits
85- odoo_role_limit_memory_hard : 805306368
86- odoo_role_limit_memory_soft : 671088640
85+ odoo_role_limit_memory_hard : 2684354560
86+ odoo_role_limit_memory_soft : 2147483648
8787
8888# Force getting db name from leftmost subdomain (different inventories for each DB)
8989odoo_role_force_leftmost_subdomain : false
You can’t perform that action at this time.
0 commit comments