Re: [Pgbuildfarm-members] guppie: 64MB RAM too small?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: pgbuildfarm-members(at)pgfoundry(dot)org
Subject: Re: [Pgbuildfarm-members] guppie: 64MB RAM too small?
Date: 2006-03-20 11:50:35
Message-ID: 441E970B.8080305@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members pgsql-hackers

Stefan Kaltenbrunner wrote:

>Christian Mair wrote:
>
>
>>Hi,
>>
>>
>
>Hi Christian!
>
>
>
>>I've recently added guppie to the buildfarm:
>>http://www.pgbuildfarm.org/cgi-bin/show_history.pl?nm=guppy&br=HEAD
>>
>>I see random failures on make check which appearantly are
>>guppie's fault. Instead of the expected outputs one can see
>>lines such as:
>>"could not send startup packet: Broken pipe"
>>or
>>"psql: could not fork new process for connection: Resource temporarily
>>unavailable"
>>
>>To me, these look like messages you get from overloading a machine
>>(no more RAM, no more processes, ...)
>>
>>
>
>not really "overloading"
>
>
>
>>Now the question is: is guppie to small for make check?
>>It is Open BSD 3.8 on a Pentium 1 with 64MB RAM and 256MB SWAP.
>>It runs just the buildfarm, sshd and apache (totally idle), no gui.
>>
>>
>
>I operate the other OpenBSD buildfarm member (spoonbill), if you are
>running the buildfarm script under a user that falls into the "default"
>login-class (/etc/login.conf) it will get a limit of 64 maxfiles and 64
>processes.
>This limit is too small for make check to complete - so either up the
>limits for the default login class or move the buildfarm user to another
>class with higher limits.
>
>beside that one of my other buildfarm boxes (lionfish) happily works
>with 48MB of RAM - so 64MB is plenty enough ;-)
>
>
>

You can also reduce the amount of parallelism by setting
MAX_CONNECTIONS. There is an example in the standard config file,
commented out. Not sure if this will help though.

Stefan, what maxfiles/maxprocesses should be set for OpenBSD? Are the
initial settings hard limits or can we increase them in the config file?

cheers

andrew

In response to

Responses

Browse buildfarm-members by date

  From Date Subject
Next Message Christian Mair 2006-03-20 17:38:20 Re: [Pgbuildfarm-members] guppie: 64MB RAM too small?
Previous Message Christian Mair 2006-03-20 10:49:25 [Pgbuildfarm-members] guppie: 64MB RAM too small?

Browse pgsql-hackers by date

  From Date Subject
Next Message Qingqing Zhou 2006-03-20 11:54:17 Re: PANIC: heap_update_redo: no block
Previous Message Thomas Hallgren 2006-03-20 11:36:58 Re: Question about MemoryContexts and functions that returns