Skip to content

bwgated.conf example

Uplusware edited this page Jun 19, 2017 · 2 revisions

bwgated server configutation

Global

  • CloseStderr = yes
  • LocalHostName = localhost
  • HostIP =
  • InstanceMaxCocurrentConNum = 4906
    • Number of threads in every work process
  • MaxInstanceNum = 8
    • Number of work processes
  • InstancePrestart = no

Instance workload balance scheme: use IP or round

Balance the session load by I(ip) or R(round)
  • InstanceBalanceScheme = R

Clone this wiki locally