File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
modules/ROOT/pages/backup-restore Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,16 @@ The block format is the default format for all newly-created databases as long a
210210For 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
You can’t perform that action at this time.
0 commit comments