Skip to content

Commit e3e5fbd

Browse files
authored
Update modules/ROOT/pages/neo4j-admin-neo4j-cli.adoc
1 parent 44c7a56 commit e3e5fbd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/ROOT/pages/neo4j-admin-neo4j-cli.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ Sharing configuration between the DBMS and its administration tasks makes sense
274274
In some cases, however, it is better to override some settings specified in _neo4j.conf_ by configuring the tasks (instead of updating the config settings in the _neo4j.conf_ file) because administration tasks generally use fewer resources than the DBMS.
275275
For instance, if the page cache of your DBMS is configured to a very high value in _neo4j.conf_, and you want to override this because the admin tasks like backup do not need so much memory, you provide configuration for the admin tasks instead of updating the page cache setting in the _neo4j.conf_ file.
276276
`neo4j-admin database import` does not use `server.memory.pagecache.size` for import memory sizing.
277-
Instead, use `--max-off-heap-memory` to tune the command's off-heap working memory; see xref:import.adoc#import-memory-controls[Import -> Import memory controls].
277+
Instead, use `--max-off-heap-memory` to tune the command's off-heap working memory.
278+
See xref:import.adoc#import-memory-controls[Import -> Import memory controls] for details.
278279

279280
There are several options for overriding settings specified in the _neo4j.conf_ file using administration tasks:
280281

0 commit comments

Comments
 (0)