Hello all ,
The odoo instance I am working on has a multi-company set-up of up to 75 companies in the system , when I attempt to print or export ( using the xls report engine) the Trial Balance report I get this error:
except_orm: (u'memory exhausted at or near "("\nLINE 1: ...((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((...\n ^\n', (<class 'psycopg2.ProgrammingError'>, ProgrammingError('memory exhausted at or near "("\nLINE 1: ...((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((...\n ^\n',), <traceback object at 0x7f5ee0c12b00>))
I have added more ram to the server and I have found out this doesn't any difference as all of the ram is not being used .
Has any come across this issue before or have any ideas why this is happening ?
Seems like it's the memory of "pg sql" which are exhausted and not your server. Have you try to increase pg memory ?
Hi, Erhuvwu ! I have the same problem, if you solved it, how did you do it ?