Just to follow up, I did some tests with a simple project that had
core.async, component, and tools.namespace. I ran a REPL and in it had a
doseq loop calling (refresh) over and over. In another terminal, I had a
"watch -n 1 "touch src/test/core.clj" repeating to update the file. The
core fi
I received a message from Moritz that everyone is on openJDK 1.7. I was
curious and looked into this a little bit. I found one older thread from
this forum [1] that mentioned PermGen and OutOfMemory. The following are
some notes that will hopefully help here.
Regarding the exception:
Caused
Out of curiosity, are you colleagues perhaps using Java 8 JDK's? I saw
your message mentions JDK 7 and PermGen was removed in Java 8[1].
[1] - http://www.infoq.com/articles/Java-PERMGEN-Removed
On Wednesday, December 17, 2014 12:41:29 PM UTC-5, Moritz Ulrich wrote:
>
>
> Hello,
>
> I'm getting
You might try experimenting with JVM options to increase
PermGen: https://github.com/boot-clj/boot/wiki/JVM-Options#permgen-errors
On Wednesday, December 17, 2014 12:41:29 PM UTC-5, Moritz Ulrich wrote:
>
>
> Hello,
>
> I'm getting the following error while working on a Clojure(Script) REPL
> o