Re: CPU killer

From: Igor Roboul <igor(at)raduga(dot)dyndns(dot)org>
To: pgsql-general(at)hub(dot)org
Subject: Re: CPU killer
Date: 2000-10-28 05:38:26
Message-ID: 20001028093826.B30477@linux.rainbow
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Oct 27, 2000 at 07:12:57PM -0200, Vilson farias wrote:
> I start postgres with these params: su -l postgres -c
> '/usr/bin/postmaster -B 2048 -i -D "/home/postgres/data"' &.
Try starting postmaster with 'nice':
nice /usr/bin/postmaster -B 2048 -i -D /home/postgres/data &

--
Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga",
Sochi, Russia
http://www.brainbench.com/transcript.jsp?pid=304744

In response to

  • CPU killer at 2000-10-27 21:12:57 from Vilson farias

Browse pgsql-general by date

  From Date Subject
Next Message Isaac 2000-10-28 05:39:48 Re: newbie question: ERROR: getattproperties: no attribute tuple 1259 -2
Previous Message Igor Roboul 2000-10-28 05:36:46 Re: A question about PL/pgSQL