Skip to content

Commit eba48a1

Browse files
Update the note
1 parent 75ad645 commit eba48a1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

modules/ROOT/pages/backup-restore/copy-database.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,10 @@ For more information on the block format, see xref:database-internals/store-form
212212

213213
[NOTE]
214214
====
215-
In Neo4j 2025.01, the `--from-pagecache=<size>` option is replaced with a dual-named option: `--from-pagecache, --max-off-heap-memory=<size>`.
215+
In Neo4j 2025.01, the `--from-pagecache=<size>` option is replaced with a dual-named option: `--from-pagecache, --max-off-heap-memory=<size>`, which determines the maximum amount of off-heap memory available during the copy process, for both reading and writing.
216216
This change helps you to control off-heap memory rather than just allocate cache.
217217
218-
Both options control the same underlying parameter, which determines the maximum amount of off-heap memory available for reading the source database during the copy process.
219-
220-
To configure this value, you can use either `--from-pagecache=<size>` or `--max-off-heap-memory=<size>`.
221-
218+
To configure the off-heap memory value, you can use either `--from-pagecache=<size>` or `--max-off-heap-memory=<size>`.
222219
Note that the `--from-pagecache` option is considered to be deprecated and may be removed in future versions.
223220
====
224221

0 commit comments

Comments
 (0)