File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
modules/ROOT/pages/backup-restore Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -266,17 +266,22 @@ This needs to be changed if backups are to be taken from another machine.
266266[[online-backup-memory]]
267267=== Memory configuration
268268
269- The following options are available for configuring the memory allocated to the backup client:
270-
271- * Configure heap size for the backup::
269+ You can configure the memory allocated to the backup client in several ways:
272270
271+ * Configure heap size:
272+ +
273273`HEAP_SIZE` configures the maximum heap size allocated for the backup process.
274- This is done by setting the environment variable `HEAP_SIZE` before starting the operation.
274+ Define the variable `HEAP_SIZE` before starting the operation.
275275If not specified, the Java Virtual Machine chooses a value based on the server resources.
276276
277- * Configure page cache for the backup::
277+ * Configure page cache:
278+ +
279+ Set the page cache size with the `--pagecache` option of the `neo4j-admin database backup` command.
280+
281+ * Override the memory settings:
282+ +
283+ Use the `--additional-config` option of the `neo4j-admin database backup` command to override the memory configurations in the _neo4j.conf_ file.
278284
279- The page cache size can be configured by using the `--pagecache` option of the `neo4j-admin database backup` command.
280285
281286[TIP]
282287====
You can’t perform that action at this time.
0 commit comments