Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2102 Widoki

We are trying to print the general ledger but the document is still loading after more than 2 hours.

Is it a normal behavior or there is a known issue can cause this?

Thanks.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

It seems like the issue come from preforks configuration, when I disable preforks ( workers = 0 in the configuration file), I can open the document without problem.

When preforks are enabled I got  "bus.Bus unavailable" error in "/usr/lib/python2.7/dist-packages/openerp/addons/bus/bus.py", line 188, in poll.

I'm running Odoo with workers = 7 on a VM with 2 CPU and 4 GB of RAM.

May I have to customize other parameters in configuration file or adjust the resources of my VM to get odoo working better with preforks mode and wkhtmltopdf ?

Awatar
Odrzuć