Skip to content

Commit e4048e0

Browse files
author
Dani Quilez
committed
update memory limits to real defaults
1 parent 38efe56 commit e4048e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ odoo_role_limit_time_cpu: 60
104104
odoo_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

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ odoo_role_limit_time_cpu: 60
8282
odoo_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)
8989
odoo_role_force_leftmost_subdomain: false

0 commit comments

Comments
 (0)