This question has been flagged
6 Replies
21200 Views

Hi all,

I had configured Openerp with Gunicron, Nginx, Reverseproxy in 96GB RAM 2.86GHZ Processor (24 Core) by using virtual box. Internet speed is 186 MBPS up, 180 MBps down.

But i'm not getting pqges vey fastly compare then some other openerp servers.

Here what can i do? to speed up? is there any procedure?

Avatar
Discard

Odoo is very slow keep in mind, OpenERP was old name and its famous with "Very Slow", Because of it architecture it keep slow.

Best Answer

My suggestion, in first step, optimise postgresql. For less advanced, good idea to use for this package pgtune.

In next step you can possibly optimise Multiprocessing options in odoo config:

  • --workers  (The recommended --workers value is 2*cores+1)
  • --limit-memory-soft
  • --limit-memory-hard
  • --limit-request

Improving the performance of Odoo

Avatar
Discard

thats a big process na.. :( !!

Author

odoo config means openerp-wsgi.py? is correct? Please give briefly.....

http://opensourceholic.com/2014/05/30/how-to-deploy-odoo-openerp-8-with-mod_wsgi-on-ubuntu-linux-servers-vps-ec2/#more-161

i use core 10 so is that mean i need to configure it workers=21 ?

Best Answer

Great answer zbik,

Don't forget Olivier Dony's OpenDays presentation: High Performance Odoo

Avatar
Discard

Fake marketing, odoo crying on live server with data,

#>>untile buy very expensive server.

Best Answer

Recently we published a tutorial on how to speed up Odoo on our blog. You should check it out. It's a bit of an old question, but we're sure you'll still find our up-to-date tutorial useful.

Avatar
Discard