Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
7464 มุมมอง

I'm on a VPS which has an open file limit. Odoo is quite havy in his open files... 

BTW, can anyone answer why this is so?

 

Is there a solution to lower odoos footrint?

อวตาร
ละทิ้ง
ผู้เขียน

I found a command 'lsof' on the web and it shows that postgresql is a heavy 'sinner' - anyone got an idea what to do?

คำตอบที่ดีที่สุด

Hi, David,

As lsof; most probably the cause is the postgres ... you can try to fix postgres by setting the max_files_per_process in postgresql.conf the default is 1000 so you can reduce this number ...

Hope this could helps a little bit ...

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

What's the solution/workaround to this issue?

อวตาร
ละทิ้ง