sethumadhavan / apv

Automatically exported from code.google.com/p/apv
GNU General Public License v3.0
0 stars 0 forks source link

Implement onLowMemory() #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We could implement onLowMemory() in OpenFileActivity and then do some things to 
tighten APV's belt:
 - turn off renderAhead in PagesView
 - reduce tile cache size in PDFPagesProvider to 3mb (we could make the default size be bigger then, like 5-6mb?)
 - set maximum age to 1 on pdf->xref->store

What do people think?

Original issue reported on code.google.com by arpruss on 1 Aug 2011 at 3:26

GoogleCodeExporter commented 8 years ago
Good, Now I also turn off renderAhead in pagesView . We can make the cache size 
bigger.

Original comment by WangNin...@gmail.com on 6 Feb 2012 at 3:28