Commit cb70c1c0 authored by jinhai's avatar jinhai
Browse files

Merge branch 'branch-0.5.0' into 'branch-0.5.0'

MS-574 update config comments

See merge request megasearch/milvus!631

Former-commit-id: 75f773a4b190e521a00f6769cf3ea9df534ae48a
parents 7d47389f cb507c90
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# All the following configurations are default values.
# Default values are used when you make no changes to the following parameters.

server_config:
  address: 0.0.0.0                  # milvus server ip address (IPv4)
@@ -25,8 +25,8 @@ metric_config:

cache_config:
  cpu_mem_capacity: 16              # GB, CPU memory used for cache
  cpu_mem_threshold: 0.85           # percentage of data kept when cache cleanup triggered
  cache_insert_data: false          # whether load inserted data into cache
  cpu_mem_threshold: 0.85           # percentage of data that will be kept when cache cleanup is triggered
  cache_insert_data: false          # whether to load inserted data into cache

engine_config:
  blas_threshold: 20