I am having a heap space problem. My program is simple. There are two actors (send & receive) \"send\" actor is passing 10000 objects per second to \"receive\", and receive
You can add the following JVM args to give you an idea of the memory usage and what the GC is doing:
-Xloggc:/tmp/gc.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps