Actually I am working on a java based project which has embedded neo4J server in it , and initially it's max heap size was 3G but due to it's more memory consumption I it was throwing OutofMemory Error so I increased the max heap to 6G but now I am g...