You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.}
The text was updated successfully, but these errors were encountered:
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.
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.}
The text was updated successfully, but these errors were encountered: