Interstage Application Server チューニングガイド
目次 索引 前ページ次ページ

第6章 データベース連携サービスのチューニング

6.2 iniファイルの設定例

 以下に、iniファイルの設定例を示します。

 [shminfo]
 # shared memory id count
 shmmni=100
 # segment count of process
 shmseg=100
 [seminfo]
 # semaphore id count
 semmni=100
 # semaphore count of id
 semmsl=25
 # maximum semaphore
 semvmx=32768
 [msginfo]
 # entry count in message map
 msgmap=50
 # maximum message size
 msgmax=4096
 # message queue count(id count)
 msgmni=10
 # message segment size
 msgssz=8
 # header count of system message
 msgtql=20
 # message segment count
 msgseg=2048
 # message queue WAIT process count
 msgemuwait=64
 [insinfo]
 # length of interprocess communication
 insmax=32768
 # wait count of interprocess communication
 msgwait=64
 # maximum process count
 execmax=64
 # maximum parent process count
 prntmax=64
 # maximum count of ftok file name
 ftokmax=64
 # process finish observation space time
 interval=1
 # space time
 inthndl=10
 # mutex count
 mutexmax=300

  #で始まる行はコメントになります。
  設定値には半角数字のみ使用できます。


目次 索引 前ページ次ページ

Copyright 2007 FUJITSU LIMITED