[skip ci] Update chaos memory indexnode case (#12477)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/12488/head
ThreadDao 2021-11-30 19:39:55 +08:00 committed by GitHub
parent a7912ac77a
commit 7098b11d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -140,9 +140,11 @@ class TestChaosData:
expected:
"""
# init collection and insert 250 nb
nb = 50000 # vector size: 512*4*nb about 100Mi and create index need 600Mi memory
# nb = 50000 # vector size: 512*4*nb about 100Mi and create index need 600Mi memory
nb = 256000
dim = 512
c_name = cf.gen_unique_str('chaos_memory')
# c_name = cf.gen_unique_str('chaos_memory')
c_name = 'chaos_memory_gKs8aSUu'
index_params = {"index_type": "IVF_SQ8", "metric_type": "L2", "params": {"nlist": 128}}
collection_w = ApiCollectionWrapper()