Just a guess: You put 500 (or so) actions to the internal agent
queue and the agent isn't fast enough to keep up. The queue grows very
fast and goes out of memory.
On Wed, Aug 7, 2013 at 3:09 PM, Jérémie Campari
wrote:
> Hello !
>
> I don't understand why my code raise an Out of memory except
Hello !
I don't understand why my code raise an Out of memory exception.
I have an agent that call a function which append a line to the "test.log"
file. The out of memory is on PersistentHashMap $
BitmapIndexedNode.assoc(PersistentHashMap.java:624).
(use 'clojure.java.io)
>
> (def the-agen