ページの先頭行へ戻る
Interstage Application Server/Interstage Web Server チューニングガイド

8.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
-------------------------------------------------------------------------------

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