hp-ux11.31オペレーティングシステム上のfilecacheパラメータ:filecache_maxとfilecache_min


Default value: filecache_min - approximately 5% of physical memory filecache_max - approximately 50% of physical memory
 
このパラメータの役割はaixオペレーティングシステムのfilesystemcacheに似ています.以下のファイルシステムの操作により、ファイルシステムバッファが物理メモリを直接消費します.
1.rman ,

2.expdp  ,

3.export ,

4.ftp hp-ux( aix) 。

 
ファイル・システム・バッファが現在どれだけの物理メモリを消費しているかをどのように確認しますか?方法はhp-xuオペレーティングシステムのglanceコマンドを使用することです.
glanceリターン
mを叩くと見えます.
 
そこで、High memory utilization on HP-UX 11.31 due to parameter「filecache_max」[ID 1264915.1]では、以下のように直接提案する.
Solution

Reduce the value of filecache_max into 5% to 10% of physical memory since Oracle database server has buffer cache enabled. If there is other application running on the box, reduce the value little by little to see if there is any performance problem.

この推奨事項はfilecacheを設定することです.maxは10%、すなわちfilecacheは最大10%の物理メモリを占有する.しかし、実際のエンジニアリングの実践ではfilecacheを設定することができます.min=1%,filecache_max=1%.
 
なお、上記のパラメータはhp-ux 11である.31のパラメータですが、11.23ではfilecache機能を実現するためのパラメータです.dbc_max_pctとdbc_min_pct

/ #kctune dbc_max_pct

Tunable      Value  Expression  Changes

dbc_max_pct      5  5           Immed

/ #kctune dbc_min_pct

Tunable      Value  Expression  Changes

dbc_min_pct      1  1           Immed