How to check that ??
> To: Kathy Zhu <Kathy(dot)Zhu(at)sun(dot)com>
> Subject: Re: [GENERAL] jdbc connection process size
> From: Doug McNaught <doug(at)mcnaught(dot)org>
> Date: 08 May 2003 17:42:29 -0400
> User-Agent: Gnus/5.0806 (Gnus v5.8.6) Emacs/20.7
>
> Kathy Zhu <Kathy(dot)Zhu(at)Sun(dot)COM> writes:
>
> > Hi All,
> >
> > I hope this time somebody will answer my question here:
> >
> > For each jdbc connection, postmaster starts a process that takes 10M.
>
> A lot of that (program text, shared buffers etc) is shared between
> backends. What's the actual unshared space taken up by each backend?
>
> -Doug