server_config.yaml 531 字节
Newer Older
G
groot 已提交
1
server_config:
G
groot 已提交
2
  address: 0.0.0.0
G
groot 已提交
3
  port: 33001
G
groot 已提交
4
  transfer_protocol: json     #optional: binary, compact, json, debug
G
groot 已提交
5
  server_mode: thread_pool    #optional: simple, thread_pool
G
groot 已提交
6
  gpu_index: 0                #which gpu to be used
G
groot 已提交
7 8

db_config:
G
groot 已提交
9
  db_path: /tmp/vecwise
G
groot 已提交
10
  db_backend_url: http://127.0.0.1
G
groot 已提交
11
  db_flush_interval: 5              #unit: second
G
groot 已提交
12
  idmapper_max_open_file: 128
G
groot 已提交
13

Y
yangwei.yao 已提交
14
license_config:
G
groot 已提交
15
  license_path: "/tmp/system.license"
G
groot 已提交
16 17

cache_config:
G
groot 已提交
18 19
    cpu_cache_capacity: 16   # unit: GB
    gpu_cache_capacity:  2   # unit: GB