Commit 4d72034f 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: dc99628c293285c5037d0d3e58e5d4ebe949e538
parents 0b7d3487 f64380ae
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