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:
commit
3c5a589cd8
2
newsfragments/+disable_odoo_memory_limit.feature
Normal file
2
newsfragments/+disable_odoo_memory_limit.feature
Normal 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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user