Re: sharing DB_ENV between DB berkeleydb instances

2012-03-23 Thread Caolán McNamara
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

Re: sharing DB_ENV between DB berkeleydb instances

2012-03-23 Thread Caolán McNamara
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

Re: sharing DB_ENV between DB berkeleydb instances

2012-03-23 Thread Michael Stahl
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

Re: sharing DB_ENV between DB berkeleydb instances

2012-03-23 Thread Michael Meeks
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.