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 @@ -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 : 2684354560
86- odoo_role_limit_memory_soft : 2147483648
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
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ limit_time_cpu = {{ odoo_role_limit_time_cpu }}
5757limit_time_real = {{ odoo_role_limit_time_real }}
5858
5959; Customize the Odoo memory limits
60- limit_memory_hard : {{ odoo_role_limit_memory_hard }}
61- limit_memory_soft : {{ odoo_role_limit_memory_soft }}
60+ limit_memory_hard = {{ odoo_role_limit_memory_hard }}
61+ limit_memory_soft = {{ odoo_role_limit_memory_soft }}
6262
6363{% if odoo_role_enable_queue_job and odoo_role_channels %}
6464[queue_job]
You can’t perform that action at this time.
0 commit comments