Description
With large collections of resources the app can run out of memory.
More specifically the mongo salat find method returns a SalatMongoCursor[ObjectType]. In turn that wraps a mongo DBCursor, which implements Iterator<DBObject>.
Gliffy Diagrams
Attachments
Issue Links
- mentioned in
-
Page Loading...