zoukankan      html  css  js  c++  java
  • An internal error has occurred. Java heap space

    http://stackoverflow.com/questions/11001252/running-out-of-heap-space

    issue:

    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 publishes those objects. the receivers received object is being saved in the container but the container is being emptied every second. So no chance the container is running out of space. Now after 420000 objects my eclipse shoes an error saying " ioconsole updater has encountered problem" . And when i goto into details i see the error Internal error :: Java heap space.

    eclipse exit .log

    D:workspacegit.metadata.log

    solution:

    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.

    reference:

    http://www.oracle.com/technetwork/java/javase/felog-138657.html

    http://blog.csdn.net/yanghongchang_/article/details/7462487

    http://blog.csdn.net/xgpww/article/details/38492607

  • 相关阅读:
    25-javaweb接入支付宝支付接口
    4-js 函数
    24-filter-拦截器
    23-新建maven 项目
    22-maven-安装与配置
    15-matlab矩阵运用
    2018.7.18 div,section,article的区别和使用
    2018.7.17 牛客网训练
    2018.7.16常用推荐算法
    2018.7.15 解决css中input输入框点击时去掉外边框方法
  • 原文地址:https://www.cnblogs.com/rgqancy/p/6807441.html
Copyright © 2011-2022 走看看