Running out of heap space

前端 未结 4 2112
不思量自难忘°
不思量自难忘° 2021-02-07 03:32

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

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-07 04:10

    IOConsole is an eclipse class, not your program's. Are you printing to System.out a lot? Under Window > Preferences search for "console". Set some sort of limit for all the console buffers. Try printing less output from the program. Maybe log to a file instead.

提交回复
热议问题