Skip to content

Commit b4b4b02

Browse files
Add a note
1 parent 4078ffd commit b4b4b02

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,16 @@ The block format is the default format for all newly-created databases as long a
210210
For more information on the block format, see xref:database-internals/store-formats.adoc[Store formats].
211211
====
212212

213+
[NOTE]
214+
====
215+
In addition to the `--from-pagecache=<size>` option, a new option `--max-off-heap-memory` is introduced in Neo4j 2025.01.
216+
217+
You can still use the `--from-pagecache` option to speed up the copy operation by specifying how much cache to allocate when reading the source.
218+
The `--from-pagecache` should be assigned whatever memory you can spare since Neo4j does random reads from the source.
219+
Note that the `--from-pagecache` option is considered to be deprecated.
220+
====
221+
222+
213223
[[copy-database-examples]]
214224
== Examples
215225

0 commit comments

Comments
 (0)