mirror of https://github.com/milvus-io/milvus.git
36 lines
1.2 KiB
YAML
36 lines
1.2 KiB
YAML
build_performance:
|
|
tables:
|
|
# -
|
|
# server:
|
|
# db_config.primary_path: /test/milvus/db_data_gpu/random_50m_1024_512_ip_sq8h
|
|
# cache_config.cpu_cache_capacity: 16
|
|
# engine_config.use_blas_threshold: 1100
|
|
# engine_config.gpu_search_threshold: 1
|
|
# gpu_resource_config.enable: true
|
|
# gpu_resource_config.cache_capacity: 4
|
|
# gpu_resource_config.search_resources:
|
|
# - gpu0
|
|
# - gpu1
|
|
# gpu_resource_config.build_index_resources:
|
|
# - gpu0
|
|
# - gpu1
|
|
# table_name: random_50m_1024_512_ip
|
|
# index_type: ivf_sq8h
|
|
# nlist: 16384
|
|
-
|
|
server:
|
|
db_config.primary_path: /test/milvus/db_data_gpu/sift_50m_1024_128_l2_sq8_4096
|
|
cache_config.cpu_cache_capacity: 32
|
|
engine_config.use_blas_threshold: 1100
|
|
engine_config.gpu_search_threshold: 1
|
|
gpu_resource_config.enable: true
|
|
gpu_resource_config.cache_capacity: 6
|
|
gpu_resource_config.search_resources:
|
|
- gpu0
|
|
- gpu1
|
|
gpu_resource_config.build_index_resources:
|
|
- gpu0
|
|
- gpu1
|
|
table_name: sift_50m_1024_128_l2
|
|
index_type: ivf_sq8
|
|
nlist: 4096 |