ailiboy / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

out of memory #235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Launch app
2.zoom in then zoom out
3. close app
4. relaunch app

What is the expected output?
App should launch

What do you see instead?
force close out of memory

What version of the product are you using?

On what operating system?
2.2

What device are you using?
samsung galaxy tab

Please provide any additional information below.

Original issue reported on code.google.com by ankit.go...@impelsys.com on 23 May 2012 at 3:00

Attachments:

GoogleCodeExporter commented 9 years ago
any update on this?

Original comment by ankit.go...@impelsys.com on 18 Jun 2012 at 3:33

GoogleCodeExporter commented 9 years ago
I think no. 

2.2 Allows using very small amount of memory to application - from 16 to 24 Mb, 
including all bitmaps and textures.

Original comment by Andrei.K...@gmail.com on 3 Aug 2012 at 12:48

GoogleCodeExporter commented 9 years ago
any temp hack can I do? like setting early recycling=true or max page = 0?

Original comment by ankit.go...@impelsys.com on 3 Aug 2012 at 12:56

GoogleCodeExporter commented 9 years ago
Yes. This can help. Also try not to use high zoom levels

Original comment by Andrei.K...@gmail.com on 3 Aug 2012 at 1:29

GoogleCodeExporter commented 9 years ago
I have set max zoom level to 3,recycling=true and max page in memory = 1. this 
improves the performance but still if user changed orientation after some time 
it gives OOM and refuse to open menu.

Original comment by ankit.go...@impelsys.com on 6 Aug 2012 at 6:40

GoogleCodeExporter commented 9 years ago
I have set max zoom level to 3,recycling=true and max page in memory = 1. this 
improves the performance but still if user changed orientation after some time 
it gives OOM and refuse to open menu.
how can i handle orientation change? is there any method which i can call to 
free memory while orientation change?

Original comment by ankit.go...@impelsys.com on 6 Aug 2012 at 6:41

GoogleCodeExporter commented 9 years ago
Already said - do not use such high zoom levels.

Original comment by Andrei.K...@gmail.com on 6 Aug 2012 at 7:09