Re: java.lang.OutOfMemoryError: PermGen space

2014-12-18 Thread Steven Yi
that will hopefully help here. > > Regarding the exception: > > Caused by: java.lang.OutOfMemoryError: PermGen space, > compiling:(cljs/core/async/impl/ioc_macros.clj:348:1) > > that line of ioc_macros.clj uses a defrecord. That'd make sense that that > would tr

Re: java.lang.OutOfMemoryError: PermGen space

2014-12-18 Thread Steven Yi
: Caused by: java.lang.OutOfMemoryError: PermGen space, compiling:(cljs/core/async/impl/ioc_macros.clj:348:1) that line of ioc_macros.clj uses a defrecord. That'd make sense that that would trigger the OutOfMemory as that would generate classes to go into PermGen. Now, the problem in analyzing

Re: java.lang.OutOfMemoryError: PermGen space

2014-12-17 Thread Steven Yi
ello, > > I'm getting the following error while working on a Clojure(Script) REPL > on a middle-sized project after some time. None of my colleagues seem to > be able to reproduce it. I'm not able to reproduce it on other projects > either. > > Caused by: java.lang.

Re: java.lang.OutOfMemoryError: PermGen space

2014-12-17 Thread Micha Niskin
Clojure(Script) REPL > on a middle-sized project after some time. None of my colleagues seem to > be able to reproduce it. I'm not able to reproduce it on other projects > either. > > Caused by: java.lang.OutOfMemoryError: PermGen space, > compiling:(cljs/core/asy

java.lang.OutOfMemoryError: PermGen space

2014-12-17 Thread Moritz Ulrich
Hello, I'm getting the following error while working on a Clojure(Script) REPL on a middle-sized project after some time. None of my colleagues seem to be able to reproduce it. I'm not able to reproduce it on other projects either. Caused by: java.lang.OutOfMemoryError: Per