Vauxoo / maintainer-quality-tools

QA tools for Odoo maintainers
GNU Affero General Public License v3.0
3 stars 9 forks source link

Memory settings on created .openerp_serverrc are lower than default Odoo values #300

Closed luisg123v closed 5 years ago

luisg123v commented 5 years ago

The file .openerp_serverc is created with the following values:

limit_memory_soft = 1073741824
limit_memory_hard = 1610612736

they're set here). However, default Odoo values are higher, 2048MiB and 2560MiB, respectively (source).

So, if I'm not mistaking, those pre-set values are decreasing default ones, instead of increasing them.

luisg123v commented 5 years ago

CC @moylop260 @yaniaular

moylop260 commented 5 years ago

This issue should be fixed after https://github.com/odoo/odoo/commit/189cc4405cbf4a745989dec6c0b2c41d07e42789

Feel free of re-open it if it is not the case.

luisg123v commented 5 years ago

@moylop260
Could you re-open this, please? This still occurs.

moylop260 commented 5 years ago

Could you add the steps to reproduce the error, please? FYI we need to reduce the consume of memory since that the containers are small and used for runbot and raditz...

Maybe we need change the code or increase manually the values if you are sure that you need it

luisg123v commented 4 years ago

Fixed on https://github.com/Vauxoo/maintainer-quality-tools/pull/307