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
I encountered the problem and I tried to solve it by changing heap and buffer settings in eclipse. However I couldn't solve it. Then I noticed there is a memory leak in my program and the number of threads increase in time. The problem was solved after I had fixed the bug. I think memory leak is not the most probable reason for it but it should be considered.