Closed sliverc closed 8 years ago
Using leveldb to persist contents file paths on file system instead of keeping it in memory.
This way memory footprint decreases significantly. Trade-off a slight slower contents generation especially with large repositories such as Ubuntu.
This fixes issue #415
Also see upstream PR https://github.com/smira/aptly/pull/454
Using leveldb to persist contents file paths on file system instead of keeping it in memory.
This way memory footprint decreases significantly. Trade-off a slight slower contents generation especially with large repositories such as Ubuntu.
This fixes issue #415
Also see upstream PR https://github.com/smira/aptly/pull/454