欢迎!

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

注册

You need to be registered to interact with the community.
This question has been flagged
1 Reply
441 Views

odoo14.0启用多核心配置的时候页面空白

Avatar
Discard
Author Best Answer

安装需要的模块

sudo apt-get install python-gevent

sudo apt-get install python-setuptools

sudo easy_install psycogreen

sudo easy_install greenlet

设置使用多核

编辑 odoo.conf

编辑或增加

workers = n 其中“n”为你的 cpu 的内核数量。

启用多核CPU配置后,需要配置odoo.conf

[options]
proxy_mode = False

还需要启用并且配置nginx反向代理,否则容易出现样式错乱的情况发生。

Avatar
Discard