odoo-openupgrade-wizard/newsfragments/+disable_odoo_memory_limit.feature
hugues de keyzer 32cde3f0e7 disable odoo memory limit by default
by default, odoo limits the available memory to 2560 MiB, which can
cause MemoryError exceptions, especially when dealing with high amounts
of records. disable this limit by default.
2025-05-02 16:37:29 +02:00

3 lines
123 B
Gherkin

Disable default Odoo memory limit (of 2560 MiB) by default.
This can be adjusted in the `odoo.conf` file for each version.