suche 36x36
  • Admin-Scout-small-Banner
           

    CURSOR Admin-Scout

    das ultimative Tool für Informix

    pfeil  
Neueste VersionenFixList
14.10.xC10 FixList
12.10.xC16.X5 FixList
11.70.xC9.XB FixList
11.50.xC9.X2 FixList
11.10.xC3.W5 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

Informix - Problembeschreibung

Problem IT18274 Status: Geschlossen

LOW MEMORY MANAGER: LOWMEMORYRECONFIG USES THE WRONG VALUE FOR SHMTOTAL

Produkt:
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10
Problembeschreibung:
In the LowMemoryManager function, LowMemoryReconfig, we
calculate shm values
in order to activate actions when specific memory conditions are
met. Unfortunately
we use the wrong value for SHMTOTAL in these calculations.

The function is defined as


    IF stop_threshold < start_threshold THEN
       LET stop_threshold = start_threshold * 2 ;
    END IF

   SELECT cf_effective
        INTO sh_total
        FROM sysmaster:sysconfig
        WHERE cf_name="SHMTOTAL";

   LET used_limit = sh_total - (stop_threshold * 1024);

   SELECT sum(seg_blkused)*4096
        INTO used_memory
        FROM sysmaster:sysseglst WHERE seg_class != 3;


    IF caller = "LMM" OR used_memory > used_limit  THEN

.....

so we calculate the threshold value for the memory which is in
bytes. We calculate the
used memory in the instance which is finally in bytes. And we
select the value for SMHTOTAL
from sysconfig but this value is in KB!
The if clause for the trigger of activities when the memory is
too low is more or less activated in
each system all the time.
Problem-Zusammenfassung:
****************************************************************
* USERS AFFECTED:                                              *
* All current users of Informix 12.10.xC8 or older.            *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to 12.10.xC9 when available                          *
****************************************************************
Local-Fix:
Lösung
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
06.12.2016
10.07.2017
10.07.2017
Problem behoben ab folgender Versionen (IBM BugInfos)
12.10.xC9
Problem behoben lt. FixList in der Version
Informix EditionenInformix Editionen
Informix Editionen
DokumentationDokumentation
Dokumentation
IBM NewsletterIBM Newsletter
IBM Newsletter
Current BugsCurrent Bugs
Current Bugs
Bug ResearchBug Research
Bug Research
Bug FixlistsBug Fixlists
Bug Fixlists
Release NotesRelease Notes
Release Notes
Machine NotesMachine Notes
Machine Notes
Release NewsRelease News
Release News
Product LifecycleProduct Lifecycle
Lifecycle
Media DownloadMedia Download
Media Download