On Fri, 2012-03-23 at 19:29 +0100, Michael Stahl wrote:
> the Linux-RHEL6-x86_64@14-with-check tinderbox seems to think so:
>
> > DB_THREAD mandates memory allocation flag on data DBT
> > warn:legacy.osl:9258:1:/home/tinderbox/master/desktop/source/deployment/dp_persmap.cxx:63:
> >
> > [/home/t
On Fri, 2012-03-23 at 17:47 +, Michael Meeks wrote:
> On Fri, 2012-03-23 at 16:42 +, Caolán McNamara wrote:
> > Digging into our memory usage, I see that we have 6 berkeleydb DBs, all
> > of which are opened with a NULL DB_ENV argument which makes berkeleydb
> > create an internal one for e
On 23/03/12 17:42, Caolán McNamara wrote:
> Digging into our memory usage, I see that we have 6 berkeleydb DBs, all
> of which are opened with a NULL DB_ENV argument which makes berkeleydb
> create an internal one for each, which adds up to a substantial chunk of
> memory.
>
> On the face of it a
On Fri, 2012-03-23 at 16:42 +, Caolán McNamara wrote:
> Digging into our memory usage, I see that we have 6 berkeleydb DBs, all
> of which are opened with a NULL DB_ENV argument which makes berkeleydb
> create an internal one for each, which adds up to a substantial chunk of
> memory.