home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
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
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT01901 Status: Geschlossen

PARALLEL-ENABLED QUERY EXECUTION MAY ALLOCATE EXCESSIVE APPLICATION HEAP
MEMORY FOR REBAL OPERATOR

Produkt:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problembeschreibung:
Excessive application heap memory usage may be seen on systems 
with query parallelism enabled (INTRA_PARALLEL = YES or other 
methods).  This is due to an accounting logic error when 
tracking memory usage for the REBAL operator, which rebalances 
work between subagents working for the query. 
 
This is not a memory leak, as the memory will be freed at the 
end of query execution.  Some systems may experience severe 
symptoms such as paging and/or memory exhaustion. 
 
Application Heap memory usage can be monitored using the 
MON_GET_MEMORY_POOL routine or db2pd -alldbs -mempools.  If very 
high usage levels are seen which deplete available system or 
instance memory, the problem can be confirmed checking for high 
allocations from file source of 1984253944. 
 
db2pd -alldbs -memblocks appl 1 sort 
 
Memory blocks sorted by size for apph pool: 
PoolID     PoolName   TotalSize(Bytes)     TotalCount LOC   File 
1          apph       69551569             87865      1057 
1984253944 
...
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* DB2 systems using query intra_parallelism                    * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Version 10.1 Fix pack 4                       * 
****************************************************************
Local-Fix:
An internal registry variable can be used to disable the REBAL 
OPERATOR 
   db2set DB2_COMPILER_SMP_OVERRIDES=1 
This setting requires recycling the db2 instance 
(db2stop/db2start).  The setting should be removed 
   db2set DB2_COMPILER_SMP_OVERRIDES= 
after upgrading to a level containing the APAR fix
Lösung
Problem first fixed in DB2 Version 10.1 Fix Pack 4
Workaround
see Local Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
20.05.2014
17.07.2015
17.07.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.1.0.5 FixList