Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neo4j Out of Memory Error #62

Closed
ikspozd opened this issue Jan 30, 2024 · 1 comment
Closed

Neo4j Out of Memory Error #62

ikspozd opened this issue Jan 30, 2024 · 1 comment

Comments

@ikspozd
Copy link

ikspozd commented Jan 30, 2024

Need assistance in resolving the following error when trying to ingest IAM data. I already increased the 'dbms.memory.heap.max_size' in the neo4j.conf file within the AWSPX container but no success.

TransientError: {code: Neo.TransientError.General.OutOfMemoryError} {message: There is not enough memory to perform the current task. Please try increasing 'dbms.memory.heap.max_size' in the neo4j configuration (normally in 'conf/neo4j.conf' or, if you
you are running an embedded installation increase the heap by using '-Xmx' command line flag, and then restart the database.}

@ikspozd
Copy link
Author

ikspozd commented Feb 1, 2024

Resolved by increasing memory on virtual machine and in the AWSPX docker container neo4j.conf file located in /var/lib/neo4j/conf. Increased the dbms.memory.heap.max_size parameter, restarted neo4j on the container and killed the java service used by neo4j so it restarts on it's own.

@ikspozd ikspozd closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant