Closed owenrh closed 9 years ago
Hi Owen - thanks for letting me know.
That is strange - it's hardly loading a lot of classes... (at least, it shouldn't be!)
At the risk of being a red herring, will see what nrepl-embed/refactor-nrepl are doing that could be causing a permgen issue, although of course it could be that they're just the last things to try to load.
James
This is most likely caused by refactor-nrepl
- https://github.com/clojure-emacs/refactor-nrepl/issues/94 - try increasing your MaxPermSize
or upgrade to Java 8, which doesn't have Permgen.
@jarohen @cichli cool, thanks. I'll give the MaxPermSize a try.
Cheers Mike :)
Yup, that worked.
I'm attempting to run the lein dev target on the example-project.
I get the following:
Tried increasing the JVM mem options, but didn't solve it : /
Full stacktrace below: