Re: [HACKERS] posmaster failed under high load - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] posmaster failed under high load
Date
Msg-id 199905050135.VAA10997@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] posmaster failed under high load  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: [HACKERS] posmaster failed under high load
List pgsql-hackers
> My machine was very-very load during this test - I saw peak
> load about 65, a lot of swapping but test completes and system
> after 20 minutes of swapping remains usable. I still saw many
> postmasters (not postgres) processes running but after about 
> 30-40 minutes they gone. Actually pstree -a now shows
>  
>  |-postmaster -i -B 1024 -S -D/usr/local/pgsql/data/ -o -Fe
>   |  |-(postmaster)
>   |  `-postmaster 

ps should show our process listing display change.  They are postgres
processes, but without the exec() call we used to do, it shows this way
only on OS's that don't support ps arg display changes from inside the
process.



--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: || in v6.4.2 ...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] || in v6.4.2 ...