Skip to content

Commit

Permalink
Remove unnecessary enableMemorySegments from KnnPerfTest (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty authored Sep 3, 2024
1 parent bdc762a commit ee28286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/knnPerfTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def run_knn_benchmark(checkout, values):
cp = benchUtil.classPathToString(benchUtil.getClassPath(checkout))
cmd = constants.JAVA_EXE.split(' ') + ['-cp', cp,
'--add-modules', 'jdk.incubator.vector',
'-Dorg.apache.lucene.store.MMapDirectory.enableMemorySegments=false',
'--enable-native-access=ALL-UNNAMED',
'knn.KnnGraphTester']
all_results = []
while advance(indexes, values):
Expand Down

0 comments on commit ee28286

Please sign in to comment.