techfromsage / tripod-php

Object Graph Mapper for managing RDF data in Mongo
MIT License
29 stars 4 forks source link

Make working with large graphs more memory efficient #104

Open scaleupcto opened 8 years ago

scaleupcto commented 8 years ago

Working with large graphs requires a large amount of memory >256Mb. This causes apps to throw out of memory errors.

Profile loading/saving large graphs/changesets and trace down how the memory is being used, and consider strategies to make it more efficient.