Re: Thousands of errors...what happened?

From: Sergey Konoplev <gray(dot)ru(at)gmail(dot)com>
To: Jerry Levan <jerry(dot)levan(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Thousands of errors...what happened?
Date: 2014-03-24 16:30:56
Message-ID: CAL_0b1sYLNhh8RcEbum=v+d09HniUw6UYJsfpcfpWynX5dT8fg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Mar 24, 2014 at 9:14 AM, Jerry Levan <jerry(dot)levan(at)gmail(dot)com> wrote:
> ERROR: could not seek to end of file "global/12292": Too many open files
> LOG: out of file descriptors: Too many open files; release and retry
[...]
> Any idea what the problem could have been?

Well, it tells for itself. It is out of file descriptors. Assuming you
are on Linux, the ways to fix it (to increase the limit) are described
by the link [1]. Chose one that suits you better.

[1] http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/

--
Kind regards,
Sergey Konoplev
PostgreSQL Consultant and DBA

http://www.linkedin.com/in/grayhemp
+1 (415) 867-9984, +7 (901) 903-0499, +7 (988) 888-1979
gray(dot)ru(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jerry Levan 2014-03-24 16:35:23 Re: Thousands of errors...what happened?
Previous Message Jerry Levan 2014-03-24 16:14:52 Thousands of errors...what happened?