Once the algorithms are done and the feature is written into the Neo4j graph, the projected graph is not needed anymore and can be deleted:
CALL gds.graph.drop("graph")
This will free up the required memory on your laptop/server.
Once the algorithms are done and the feature is written into the Neo4j graph, the projected graph is not needed anymore and can be deleted:
CALL gds.graph.drop("graph")
This will free up the required memory on your laptop/server.