> 2. Is db2 unable to use the additional 2.5Gb shared memory?
> [...]
>
[quoted text clipped - 7 lines]
>
> /Lennart
Hi Lennart,
I notice now that you're using 32-bit Linux - didn't realize that in
your previous posts. That's likely the reason why you could activate
more databases in previous releases - before 9.5, each database had
it's own address space, and agents working for a particular database
only map in the address space for the database they are working on.
With the threaded engine in 9.5, all database address spaces are
contained in a single process address space, which limits how many
databases you can activate. See the following link for more details:
http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db
2.luw.qb.migration.doc/doc/c0007192.html
db2mtrk won't show all memory allocated by the server. For more
accurate counters, you should use either the admin_get_dbp_mem_usage()
table function, or use 'db2pd -dbptnmem'.
Cheers,
Liam.
Lennart - 30 Sep 2008 04:32 GMT
> > [...]
>
[quoted text clipped - 25 lines]
> Cheers,
> Liam.
Thanx a lot Liam, this explain the problems I'm facing.
/Lennart