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
:
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
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.
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
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