Comments on: How to Speed up Odoo https://www.rosehosting.com/blog/how-to-speed-up-odoo/ Premium Linux Tutorials Since 2001 Thu, 15 Dec 2022 12:28:17 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: admin https://www.rosehosting.com/blog/how-to-speed-up-odoo/#comment-47558 Sat, 26 Jan 2019 09:13:52 +0000 https://www.rosehosting.com/blog/?p=21162#comment-47558 In reply to Erwin tanjung.

The multiprocessing mode is enabled whenever the worker count is not 0. If you want to run Odoo in multithreaded mode, you will need to leave the worker count to 0, and if you want to enable multiprocessing mode, you will need to set the number of workers higher than 0.

You can still enable multiprocessing mode even with 1 CPU core. The calculation rule (CPU cores * 2 + 1) still applies.

]]>
By: Erwin tanjung https://www.rosehosting.com/blog/how-to-speed-up-odoo/#comment-47555 Sat, 26 Jan 2019 03:28:21 +0000 https://www.rosehosting.com/blog/?p=21162#comment-47555 Hi Admin, the rule of thumbs to calculate the worker just for processor multi thread or we could use it for processor not multi thread ?

]]>
By: Adham Hayukalbu https://www.rosehosting.com/blog/how-to-speed-up-odoo/#comment-46786 Sat, 31 Mar 2018 07:00:08 +0000 https://www.rosehosting.com/blog/?p=21162#comment-46786 Hi Dipak,

If you had a face about bus.bus unavailable is because the system has activated worker > 0, or you open the longpolling port but there is no services to handle that. By activating worker, the system let longpolling port is also active, so you need to third party services to handle that, for example is like nginx, In nginx you can configured to handle port of longpolling, (openerp-gevent), This is to handle IM Bus for Odoo Chat

Thanks

]]>
By: Dipak https://www.rosehosting.com/blog/how-to-speed-up-odoo/#comment-46781 Mon, 26 Mar 2018 12:57:39 +0000 https://www.rosehosting.com/blog/?p=21162#comment-46781 Thanks a ton for very helpful blog with details information.it will be good to know that when I’m running odoo server with workers error of ” bus.bus unavailable ” coming continuously.any idea of that ?

]]>
By: Peter https://www.rosehosting.com/blog/how-to-speed-up-odoo/#comment-46671 Fri, 16 Feb 2018 14:52:00 +0000 https://www.rosehosting.com/blog/?p=21162#comment-46671 It does indeed seem the limits proposed are actually not correct. The parameters for memory limits are per worker. Yet the proposed setting gives the total for all the workers. If you multiply this by the number of workers you exceed the actual RAM available. Otherwise helpful article. Thanks!

]]>
By: imed https://www.rosehosting.com/blog/how-to-speed-up-odoo/#comment-46569 Thu, 25 Jan 2018 14:47:17 +0000 https://www.rosehosting.com/blog/?p=21162#comment-46569 Please check your cron job. Try to run run it manually and see why it doesn’t stop.

]]>
By: Appjetty https://www.rosehosting.com/blog/how-to-speed-up-odoo/#comment-46440 Mon, 25 Dec 2017 09:04:40 +0000 https://www.rosehosting.com/blog/?p=21162#comment-46440 Ways to speed up your Odoo site is really amazing blog as when one creates the site he has no idea of getting speed to its best so It really proves helpful and amazing for all of them.

]]>
By: admin https://www.rosehosting.com/blog/how-to-speed-up-odoo/#comment-46213 Mon, 23 Oct 2017 06:22:41 +0000 https://www.rosehosting.com/blog/?p=21162#comment-46213 In reply to Anes.

Hi Anes,

Yes, ‘limit-memory’ is the maximum allowed virtual memory per worker.

]]>