Hi - I wanted to get a sense of how heap memory is being used in the database. I have a small dataset where nodes store arrays of strings, and I can't seem to load in more than about 50K nodes (each node has about 100 bytes in its string array). I get out of memory errors.
My question specifically is the following: is the dataset I work with explicitly limited by the heap size available to the JVM? In other words, if I have a data set where each node's properties amount to 1K, and I have a 1GB heap, does this mean my database can only contain 1MM nodes? Thanks _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

