Re: java.lang.OutOfMemoryError: PermGen space

2014-12-18 Thread Steven Yi
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

Re: java.lang.OutOfMemoryError: PermGen space

2014-12-18 Thread Steven Yi
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

Re: java.lang.OutOfMemoryError: PermGen space

2014-12-17 Thread Steven Yi
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

Re: java.lang.OutOfMemoryError: PermGen space

2014-12-17 Thread Micha Niskin
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