odoo14.0啟用多核心配置的時候頁面空白
欢迎!
分享和讨论最佳内容和新营销理念,打造专业形象,共同成为更好的营销人员。
Page blank when enabling multi-core configuration in odoo14.0
This question has been flagged
1
Reply
1519
Views
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.