Galapix / galapix

Galapix moved to https://gitlab.com/galapix/galapix
GNU General Public License v3.0
31 stars 4 forks source link

Galapix might have memory leaks #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using Galapix for a while on large image collections results in its memory 
usage going up into the hundreds of megabyte. It's not clear if this is an 
actual memory leak or memory used for caching by sqlite or another artifact.

Either way, this needs further investigation, as there is no reason for Galapix 
to use anything close to that amount. In the best case, it should not need much 
for then what is necessary for the current tiles on the screen.

Original issue reported on code.google.com by grum...@gmail.com on 26 Aug 2011 at 10:17