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.
3 lines
123 B
Gherkin
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.
|