Skip to content

Commit 153863e

Browse files
authored
Update vector-index-memory-configuration.adoc
I think this is clearer, that we're agreeing with the memory config section, not contradicting it.
1 parent 4ac9a99 commit 153863e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/performance/vector-index-memory-configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:description: How to configure Neo4j vector indexes to enhance performance in search operations.
33

44
Vector indexes are based on link:https://lucene.apache.org/[Lucene].
5-
Lucene uses OS memory, not Neo4j page cache memory, as described in the xref:performance/memory-configuration.adoc[Memory configuration] section.
5+
Lucene does not Neo4j page cache memory, it uses OS memory as described in the xref:performance/memory-configuration.adoc[Memory configuration] section.
66
When you have a vector index, you must ensure that the OS has sufficient memory for the JVM heap, Neo4j page cache, and the Lucene vector indexes to perform optimally.
77
If Lucene has insufficient memory, the OS will perform page swapping and read data from disk, which will dramatically degrade the Neo4j vector index search performance.
88
Tools like IOTOP can assist in understanding disk I/O usage.
@@ -169,4 +169,4 @@ The following examples show how to calculate the memory requirements when vector
169169
| 31GB
170170
| 410.5GB
171171
| 70.5GB
172-
|===
172+
|===

0 commit comments

Comments
 (0)