home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IT02443 Status: Closed

MON_GET_MEMORY_SET DISPLAYS WRONG MEMORY SET STATISTIC FOR MEMORY_SET_SIZE

product:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problem description:
MON_GET_MEMORY_SET is not displaying the correct memory set 
statistic for "MEMORY_SET_SIZE".  It is intended to represent a 
point-in-time maximum memory commitment limit (as controlled by 
the instance_memory governance).  Instead it represents an 
internal virtual memory accounting amount, and in many cases 
will significantly overstate the "maximum memory commitment 
limit" (also known as instance memory usage/reservation) 
 
As an example, after increasing and decreasing the database 
memory configuration for the SAMPLE database, we have correct 
values shown through the db2pd -dbptnmem and -memsets tools, but 
MON_GET_MEMORY_SET overstates the memory set size/limit. 
 
db2pd -dbptnmem: 
Name             Mem Used (KB) HWM Used (KB) Cached (KB) 
======================================================== 
... 
DB-SAMPLE               145152       1137152       24064 
 
The 145152 KB amount is the correct size / instance memory used 
statistic. 
 
db2pd -db sample -memsets : 
Memory Sets: 
Name         Address            Id          Size(Kb)   ... 
SAMPLE       0x0700000050000000 711983157   145216 ... 
 
Size is 145216 KB (a slight difference due to metadata). 
 
MON_GET_MEMORY_SET: 
db2 select MEMORY_SET_TYPE,MEMORY_SET_SIZE from 
table"(mon_get_memory_set('DATABASE',null,null))" 
 
MEMORY_SET_TYPE                  MEMORY_SET_SIZE 
-------------------------------- -------------------- 
DATABASE                                      1105068 
 
1105068 KB is the overstated amount.
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to the latest fix pack.                              * 
****************************************************************
Local Fix:
Solution
The problem is fixed in DB2 UDB Version 10.1 Fix Pack 5
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
11.06.2014
13.07.2015
13.07.2015
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
10.1.0.5 FixList