This question has been flagged
1 Reply
1778 Views

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.

Avatar
Discard
Author Best Answer

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 ?

Avatar
Discard