Joe Freeman
Results
2
comments of
Joe Freeman
Increasing the JVM memory didn't help in my case, but I found that removing my Midje tests (temporarily) fixed the `OutOfMemoryError` problem. Incidentally, I sometimes get the same `OutOfMemoryError` after...
I just came across this problem too (Elixir 1.5.1). If iex starts up without doing any compiling, then the module doesn't seem to get loaded. The docs for [`function_exported?`](https://hexdocs.pm/elixir/Kernel.html#function_exported?/3) mention...