Commit cb507c90 authored by 蔡宇东's avatar 蔡宇东
Browse files

MS-574 update config comments


Former-commit-id: 63b743ab717e5e3b07ea64cdd240ab132ac59c28
parent 209fc32a
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