Skip to content

Commit a29ebf0

Browse files
Update the note adding details about the old option
1 parent eba48a1 commit a29ebf0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,13 @@ 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>`, which determines the maximum amount of off-heap memory available during the copy process, for both reading and writing.
215+
In Neo4j 2025.01, a new dual-named option `--from-pagecache, --max-off-heap-memory=<size>` replaces the `--from-pagecache=<size>` option, which was used to specify how much cache to allocate when reading the source.
216+
217+
The new option determines the maximum amount of off-heap memory available during the copy process for reading and writing.
216218
This change helps you to control off-heap memory rather than just allocate cache.
217219
218220
To configure the off-heap memory value, you can use either `--from-pagecache=<size>` or `--max-off-heap-memory=<size>`.
219-
Note that the `--from-pagecache` option is considered to be deprecated and may be removed in future versions.
221+
Note that the `--from-pagecache` option is considered deprecated and may be removed in future versions.
220222
====
221223

222224

0 commit comments

Comments
 (0)