This question has been flagged
1 Reply
4478 Views

Has anyone experienced problems with setting up 6.1 across multiple server nodes and running Gunicorn. We have 180 users across 8 nodes and a very intensive use of the API. We are experiencing a very high number of errors such as - "MemoryError" - OperationalError: could not obtain lock on row in relation "ir_sequence" - "TypeError: self.edition_form is undefined http://x.x.x:8069/web/webclient/js:xxxx"

Does anyone have experience of this type of profile?

Thanks David Northampton - UK

Avatar
Discard

David, you can contact me on +32 2 290 3498 regarding the issues you are facing, Radoslav, OpenERP

Best Answer

Hello David,

For v6.1 with Gunicorn you need to be aware that it is only supported for the web client.  There are issues with old style wizards and with printing reports if you use gunicorn with the gtk client over xmlrpc.

You error does not seem to be related to that but i wanted to mention it just in case.

The first thing I would look is how the gunicorn child process memory usage is parameterised and if you progress DB has been tuned well.

Regards,

Jos

Avatar
Discard