Clarify import memory controls#2980
Merged
Merged
Conversation
renetapopova
approved these changes
Apr 17, 2026
Collaborator
There was a problem hiding this comment.
@mauvo, Thanks so much for this clarification. Could you also update the descriptions of the options in the monorepo? I tried, but it seems to be mentioned in many places, so I would rather leave it to someone who knows more about the repository.
e3e5fbd to
4270054
Compare
Collaborator
|
Depends on https://github.com/neo-technology/neo4j/pull/37026. I'll update the descriptions when the PR is merged into the monorepo. |
4270054 to
5fe031e
Compare
bea2922 to
ae018f7
Compare
bd5085f to
b4d3344
Compare
Collaborator
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
renetapopova
added a commit
that referenced
this pull request
May 15, 2026
## Summary - clarify on the generic admin configuration page that `neo4j-admin database import` uses `--max-off-heap-memory` rather than `server.memory.pagecache.size` for import memory sizing - add an `Import memory controls` subsection to the import page - explain that `Configured max memory` in import output is the effective off-heap memory budget - update the full and incremental option tables to make `--max-off-heap-memory` the explicit tuning knob for import memory ## Validation - `git diff --check` - `npm run build:preview` --------- Co-authored-by: David Pond <davidpond@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
neo4j-admin database importuses--max-off-heap-memoryrather thanserver.memory.pagecache.sizefor import memory sizingImport memory controlssubsection to the import pageConfigured max memoryin import output is the effective off-heap memory budget--max-off-heap-memorythe explicit tuning knob for import memoryValidation
git diff --checknpm run build:preview