Re: [GENERAL] pg_restore: error returned by PQputline

2004-09-02 Thread Tom Lane
=?iso-8859-1?q?Clodoaldo=20Pinto=20Neto?= <[EMAIL PROTECTED]> writes: >> --- Tom Lane <[EMAIL PROTECTED]> escreveu: >>> Googling for "OOM kill" will give you additional gory details :-(. >> > I did: > # /sbin/sysctl -w vm.overcommit_memory=2 > vm.overcommit_memory = 2 > But it didn't help much:

Re: [GENERAL] pg_restore: error returned by PQputline

2004-09-02 Thread Clodoaldo Pinto Neto
> --- Tom Lane <[EMAIL PROTECTED]> escreveu: > > the only mechanism I've heard of that causes this is the Linux > > kernel's > > out-of-memory killer --- see > > > http://www.postgresql.org/docs/7.4/static/kernel-resources.html#AEN17068 > > Googling for "OOM kill" will give you additional gory de