Periko Support <pheriko.support@gmail.com> writes:
> I got some issues with my DB under ubuntu 14.x.
> PSQL 9.3, odoo 7.x.
> 2016-09-12 09:00:01 PDT LOG: server process (PID 23958) was
> terminated by signal 9: Killed
Usually, SIGKILLs coming out of nowhere indicate that the Linux OOM killer
has decided to target some database process. You need to do something to
reduce memory pressure and/or disable memory overcommit so that that
doesn't happen.
regards, tom lane