This question has been flagged
1 Reply
8479 Views

Hi

I have some 100% cpu processes from odoo like this with a long runtime. 

python /usr/local/src/odoo-source/odoo-bin --config=/etc/openerp-server.conf --logfile=/var/log/odoo/odoo-server.log


pls see this htop screenshot below. Has anyone any idea why the odoo-server.log create this high cpu load ?

Avatar
Discard
Best Answer

Top shows many Odoo process. So I guess you have enabled workers.

Depending on your server setup and your Odoo config file, this can be quite normal, even without any user. Because Odoo allways run, so it answer fast when someone try an access. The load depends on various factor : ram, cpu, network, hard-drive speed and other services running on the server. Without further informations it is hard to tell you if something is wrong.

On my well configured little server, the load is allways high (around 100%)but doesn't increase when someone log in. Odoo and Postgresql are setup to allways use the whole Ram and CPU available.

Avatar
Discard