Re: plpython intermittent ImportErrors RESOLVED

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Brian Sutherland <brian(at)vanguardistas(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: plpython intermittent ImportErrors RESOLVED
Date: 2013-01-16 16:45:16
Message-ID: 50F6D91C.6050405@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 01/16/2013 08:20 AM, Brian Sutherland wrote:
> On Mon, Jan 14, 2013 at 09:05:09AM -0800, Adrian Klaver wrote:
>> On 01/14/2013 08:30 AM, Brian Sutherland wrote:

>
> I had a look at the files open by the process, there were not that many,
> so no leaks or anything. Just an utterly insane OSX default maximum open
> file descriptors.
>
> Running:
>
> ulimit -n 4096
>
> before starting PostgreSQL resolved my issue completely.
>
> Many thanks to all who helped out!
>

Well that came from left field. That was some detective work. Thanks for
the follow up.

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marcel van Pinxteren 2013-01-16 18:49:59 Case insensitive collation
Previous Message Edson Richter 2013-01-16 16:33:32 Re: Enhancement proposal - detect chain of triggers from inside the trigger