Thursday, July 20, 2023

Error Odoo 14 Often Crash (virtual real time limit (151/120s) reached)

Our Odoo14 server often crash, suddenly the web page cannot be opened.

Checking to the log I get  erro : virtual real time limit (151/120s) reached.

 After browsing I get the solution is to add --limit-time-real parameter :

ExecStart=/usr/bin/scl enable rh-python36 -- /opt/odoo/odoo14-venv/bin/python3 /opt/odoo/odoo14/odoo-bin -c /etc/odoo.conf --limit-time-real=100000