Merge branch 'disable_odoo_memory_limit' into 'main'

disable odoo memory limit

See merge request odoo-openupgrade-wizard/odoo-openupgrade-wizard!114
This commit is contained in:
Rémy Taymans 2025-05-04 13:14:22 +00:00
commit 3c5a589cd8
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Disable default Odoo memory limit (of 2560 MiB) by default.
This can be adjusted in the `odoo.conf` file for each version.

View File

@ -7,3 +7,7 @@
# - http or xml port
# - etc.
# Only non standard or special options should be specified here.
[options]
# Disable default memory limit of 2560 MiB
limit_memory_hard = 0