- Joined
- Oct 16, 2008
- Messages
- 10,454
Does anybody here develop for android (using Java)?
I'm downloading the SDKs coz I wanna try it out...
I'm downloading the SDKs coz I wanna try it out...
I'm trying IntelliJ, but it seems to work really slow... gonna try eclipse I guess
Yeah I built an application as part of a software engineering course this year. It's pretty powerful and fun too.
This feat alone is pretty impressive seeing how Eclipse is mostly coded in Java so should not be able to leak. The big question I would ask is why it has a working set that grows, what does it do with all that memory? I mean if it was a memory leak, you could just keep using it until the process crashes due to OOM as it would page the leaked pages out since they are not part of the active set. Any slowness you experience would be then be caused by it removing your file cache, which reveals the slowness of your backing storage configuration.Powerful my a**, start up Eclipse with ADT and watch it burn your RAM xD starts out with 700MB, leaks so much it builds up like 2GB by the end of the day (needs at least 3-4 restarts over an 8 hour session)...