欢迎!

分享和讨论最佳内容和新营销理念,打造专业形象,共同成为更好的营销人员。

注册

只限註冊用戶才可與社群互動。
此問題已被標幟
1 回覆
1529 瀏覽次數

odoo14.0啟用多核心配置的時候頁面空白

頭像
捨棄
作者 最佳答案

Install required modules

sudo apt-get install python-gevent

sudo apt-get install python-setuptools

sudo easy_install psycogreen

sudo easy_install greenlet

Enable multi-core usage

Edit odoo.conf

Edit or add

workers = n where "n" is the number of cores in your CPU.

After enabling multi-core CPU configuration, you need to configure odoo.conf

[options]
proxy_mode = False

You also need to enable and configure the nginx reverse proxy, otherwise style issues may occur.

頭像
捨棄