[Pacemaker] huge pengine process

Andrew Beekhof andrew at beekhof.net
Thu Jan 27 03:24:47 EST 2011


On Wed, Jan 26, 2011 at 7:34 PM, Aleksey Mykhailov
<aleksey at myinvisible.net> wrote:
> Hello
> I have a question about pengine process (/usr/lib64/heartbeat/pengine)
>
>
> # pmap -x `pgrep pengine`| grep total
> total kB         4524700  320160  317704
>
> is it normal ?

Apparently not

[09:20 AM] root at f13 ~ # pmap -x 6728 | grep total
total kB           91892    4416    1444

Mine is 1.1.4 though.

About the only solution is to install valgrind and run:
   export HA_VALGRIND_ENABLED=pengine
   export VALGRIND_OPTS="--leak-check=full --trace-children=no
--num-callers=25 --log-file=/tmp/pacemaker-%p.valgrind"

before you start the cluster and see what turns up in that file.
Based on that I should have enough details to fix the problem.

>
> information about installed pacemaker
>
> Arch       : x86_64
> Version    : 1.0.10
> Release    : 1.4.el5
>
> CentOS 5.5 x86_64
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>




More information about the Pacemaker mailing list