Skip to content

Commit 36a4486

Browse files
Fix vector config performance suggestion (#1115)
1 parent d6b2f98 commit 36a4486

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
@@ -258,7 +258,7 @@ If you are using a compatible version of Java, you can add the following setting
258258
.Configuration settings
259259
[source,config]
260260
----
261-
server.jvm.additional=--add-modules jdk.incubator.vector
261+
server.jvm.additional=--add-modules=jdk.incubator.vector
262262
----
263263

264264
[[show-vector-indexes]]

0 commit comments

Comments
 (0)