This is a discussion on STMM 9.1warning message within the DB2 forums, part of the Database Server Software category; --> I have the following warning message in my db2diag file: 2007-02-22-10.59.20.426000-300 I624712H529 LEVEL: Warning PID : 1012 TID : ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have the following warning message in my db2diag file: 2007-02-22-10.59.20.426000-300 I624712H529 LEVEL: Warning PID : 1012 TID : 4332 PROC : db2syscs.exe INSTANCE: DB2 NODE : 000 DB : FLINT APPHDL : 0-19 APPID: GA1403A2.P388.070222155919 AUTHID : FLINT FUNCTION: DB2 UDB, Self tuning memory manager, stmmStartSortDbMonitorIfNecessary, probe:1465 MESSAGE : STMM Sort Memory Tuning cannot be activated because the Database Manager Configuration Parameter SHEAPTHRES is not set to 0. However, I can't set SHEAPTHRES to 0 as requested because it's not within the valid range of values. How do I correct this? |
| |||
| dunleav1 wrote: > I have the following warning message in my db2diag file: > > 2007-02-22-10.59.20.426000-300 I624712H529 LEVEL: Warning > PID : 1012 TID : 4332 PROC : db2syscs.exe > INSTANCE: DB2 NODE : 000 DB : FLINT > APPHDL : 0-19 APPID: GA1403A2.P388.070222155919 > AUTHID : FLINT > FUNCTION: DB2 UDB, Self tuning memory manager, > stmmStartSortDbMonitorIfNecessary, probe:1465 > MESSAGE : STMM Sort Memory Tuning cannot be activated because the > Database > Manager Configuration Parameter SHEAPTHRES is not set to 0. > > However, I can't set SHEAPTHRES to 0 as requested because it's not > within the valid range of values. > How do I correct this? No, 0 is valid: http://publib.boulder.ibm.com/infoce...c/r0000260.htm -- Knut Stolze DB2 z/OS Utilities Development IBM Germany |
| ||||
| Yes, the documentation states I set the value to 0 but db2cc does not let me. It's a db2cc bug. The gui will not let me set the value below 250. I had to set the value using db2 update dbm config sheapthres=0 deferred. Then stop and start the instance. |