ram usage above 20mb

mc73

Well-Known Member
Licensed User
Longtime User
just noticed that my app progressively goes up to 27mb memory usage. the increase is of a 3mb step, when I activate a new activity. I am sure that my activities are closed, since I am using activity.finish everytime exit-buttons are pressed. Is there a way to free up this memory? it's possible that my app loses some of its flexibility on the way. thank you.
 

mc73

Well-Known Member
Licensed User
Longtime User
What happens afterwards? Does the app crash? If the memory is eventually released then you should not be bothered about it. The garbage collector doesn't immediately releases unused memory.
seems like no crash is done. yet, erel, I'm wondering if this thing has to do with the streams opened from these activities which I usually close upon activity_pause.
I write this because when I close the server app, I receive a list of astreams closed in the log window. streams I thought they were closed.
 
Upvote 0
Top