What is RemoteMavenServer?
I've been working off a Linux image that has pretty limited memory (4GB) notice that when I open my project in IDEA 13 another headless java process gets kicked off with a max heap of 512MB calling RemoteMavenServer ? Is this just an overhead of using maven projects or something IDEA 13 always creates now?
Please sign in to leave a comment.
Hello Richard,
It's a process that IDEA uses to work with Maven.
How can we disable it? I'm working with Scala + SBT, so don't need Maven integration.