home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
14.10.xC11 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 IT04556 Status: Geschlossen

THE OS_MEM_FREE COLUMN FROM SYSMASTER:SYSMACHINEINFO IS MISLEADING ON AIX

Produkt:
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10
Problembeschreibung:
Take for example the following query: 
 
select os_mem_free from sysmaster:sysmachineinfo; 
 
This returns the amount of free memory on the OS in bytes.  We 
appear to get this information from the same function that 
gathers that info for OAT (via the SMI query) and onstat -g osi. 
 
The system call being used appears to be grabbing what is seen 
in svmon -G's "free" column.  (see below)  While this does tend 
to be showing a true value for free memory on the system, it is 
not an accurate representation of the real available free 
memory.  That's because this free value incorporates a lot of 
memory reserved/cached by the OS.  Yet this memory can be 
redistributed to new shared memory segments and process heap 
memory if needed. 
 
> svmon -G 
 
                 size             inuse             free 
pin            virtual          mmode 
memory     65404928    65258049           9272929    11308121 
Ded 
pg space    5373952      28131 
 
               work                 pers        clnt 
other 
pin           7337054           0             1123 
1934752 
in use       11308121         0             53949928 
... 
 
 
A more accurate value for free memory on the system (i.e. memory 
that could be available if needed) would be the (memory->size) - 
(memory->virtual).  Or (memory->size) - (in use->work).
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* AIX users                                                    * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Update to IDS-12.10.xC5                                      * 
****************************************************************
Local-Fix:
Lösung
Problem Fixed In IDS-12.10.xC5
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
23.09.2014
16.10.2015
16.10.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
12.10.xC5 FixList
12.10.xC5.W1 FixList