HI
iv got a RAM Drain issue
after few hour's of using phone lags and when i chceck in ram manager ther only 2xx MB ram left FROM 5.4 Gig
after restart iv got like 4 GIG ram free
Any IDEAS ?
1: it depends how many, & what type of applications you're using
2: might be a memory leak; you can check by running the "top" application from busybox.
Just copy it over to /data/local/tmp, chmod 755 & run ./busybox top
But taking into consideration the fact that the memory doesn't go down to 0, but hovers around the 2Gb mark, I would cross this one out.
3: using the RAM is the proper strategy - it's much more efficient (application opening speed, power usage) to retrieve applications from RAM instead of initializing them each time from the storage. So I wouldn't count this as an issue, but rather as "working as designed".