Re: [android-kernel] Eclair Cache Problem

2010-05-14 Thread Anthony
This turned out to be an issue in ashmem.c and has been resolved. On Thu, May 13, 2010 at 10:42 PM, Seth Forshee wrote: > On Wed, May 12, 2010 at 02:48:16PM -0500, Seth Forshee wrote: >> +static inline int other_file_pages(void) >> +{ >> +#ifdef CONFIG_SWAP >> +     return global_page_state(NR_FI

Re: [android-kernel] Eclair Cache Problem

2010-05-13 Thread Seth Forshee
On Wed, May 12, 2010 at 02:48:16PM -0500, Seth Forshee wrote: > +static inline int other_file_pages(void) > +{ > +#ifdef CONFIG_SWAP > + return global_page_state(NR_FILE_PAGES); > +#else > + return global_page_state(NR_ACTIVE_FILE) + > +global_page_state(NR_INACTIVE_FILE); > +#e

Re: [android-kernel] Eclair Cache Problem

2010-05-12 Thread Seth Forshee
On Fri, May 07, 2010 at 07:06:10PM -0500, Anthony wrote: > After switching my phone from Donut to Eclair, I've been experiencing > a lot of performance issues. The phone will work well for a while but > after 15 or 20 minutes of clicking through the UI, it will become > almost completely unresponsi

[android-kernel] Eclair Cache Problem

2010-05-07 Thread Anthony
After switching my phone from Donut to Eclair, I've been experiencing a lot of performance issues. The phone will work well for a while but after 15 or 20 minutes of clicking through the UI, it will become almost completely unresponsive and mostly stay that way. The CPU usage is pretty low, and the