Skip to content

Commit 11dface

Browse files
Fix vector config performance suggestion (neo4j#1115)
1 parent 562f072 commit 11dface

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ If you are using a compatible version of Java, you can add the following setting
246246
.Configuration settings
247247
[source,config]
248248
----
249-
server.jvm.additional=--add-modules jdk.incubator.vector
249+
server.jvm.additional=--add-modules=jdk.incubator.vector
250250
----
251251

252252
[[show-vector-indexes]]

0 commit comments

Comments
 (0)