github.com/rohankumardubey/aresdb@v0.0.2-0.20190517170215-e54e3ca06b9c/config/ares.yaml (about)

     1  port: 9374
     2  debug_port: 43202
     3  root_path: ares-root
     4  total_memory_size: 161061273600 # 150gb
     5  query:
     6    device_memory_utilization: 0.95
     7    device_choosing_timeout: 10
     8    # enable timezone column for queries with "timezone": "timezone(city_id)"
     9    timezone_table:
    10      table_name: api_cities
    11  disk_store:
    12    write_sync: true
    13  meta_store:
    14    write_sync: true
    15  http:
    16    max_connections: 300
    17    read_time_out_in_seconds: 20
    18    write_time_out_in_seconds: 300 # 5 minutes to write the result
    19  
    20  gateways:
    21    # example controller client configs
    22    controller:
    23      address: localhost:6708
    24      headers:
    25        RPC-Caller:
    26          - aresdb
    27        RPC-Service:
    28          - ares-controller
    29  
    30  cluster:
    31    enable: false
    32    cluster_name: ""
    33