Hi,
Can I run Android Studio and IntelliJ Community on the same codebase? If so, how?
It seems wasteful to make a copy from the git repo, but I s'pose I could.
Why do I want to do this? Suddenly my not very big project is consuming nearly 1.5 gig of RAM to load, that's on top of the AS footprint. Add that to the build memory leak (losing about 100Mb of RAM with every build, yes, it's reported in the AS bug reporter) and I'm having to close & reload AS every two or three builds (really slow!), so I thought I'd try IntelliJ to see if it's just an AS thing. Is this just me or are you seeing this leak and high usage too?