Thanks a lot Liam... we had to reboot our server now i see with out
db2start % free mem is 90, after db2start and activating the databse it
gets to about 40 %, which makes more sense ... but i am sure it will
get back to 95 % used in few days...
what is CIO/DIO support?
From the online information center; search on "CIO":
Direct I/O (DIO) and concurrent I/O (CIO) support
Direct I/O (DIO) improves memory performance because it bypasses caching
at the file system level. This process reduces CPU overhead and makes
more memory available to the database instance.
Concurrent I/O (CIO) includes the advantages of DIO and also relieves
the serialization of write accesses.
DB2 Universal Database(TM) (UDB) supports DIO and CIO on AIX(R); and DIO
on HP-UX, Solaris Operating Environment, Linux(TM), and Windows(R).
The keywords NO FILE SYSTEM CACHING and FILE SYSTEM CACHING are part of
the CREATE and ALTER TABLESPACE SQL statements to allow you to specify
whether DIO or CIO is to be used with each table space. When NO FILE
SYSTEM CACHING is in effect, DB2(R) UDB attempts to use concurrent I/O
wherever possible. In cases, where CIO is not supported (for example, if
JFS is used), DIO is used instead.
Philip Sherman
> Thanks a lot Liam... we had to reboot our server now i see with out
> db2start % free mem is 90, after db2start and activating the databse it
> gets to about 40 %, which makes more sense ... but i am sure it will
> get back to 95 % used in few days...
>
> what is CIO/DIO support?