Myeclipse运行报错:an out of memory error has occurred的解决方法
Posted jiaxian17
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Myeclipse运行报错:an out of memory error has occurred的解决方法相关的知识,希望对你有一定的参考价值。
错误信息截图:
原因:由于Myeclipse运行时,内存不够。所以提示该错误。
解决办法:关闭Myeclipse。找到Myeclipse的安装文件,打开myeclipse.ini,
修改其中的配置
- -Xmx1024m
- -XX:MaxPermSize=512m
将这两个值根据实际情况适当设置大一点即可。注意,设置成功之后,删除Myeclipse原先的工作空间里面的.metadata文件夹,这是一个关于Myeclipse工作空间的一个记录文件。然后重启Myeclipse,重新设置工作空间即可。
以上是关于Myeclipse运行报错:an out of memory error has occurred的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
redis报错: redis.exceptions.ResponseError: value is not an integer or out of range
C++运行报错:terminate called after throwing an instance of ‘std::future_error‘(promise对象调用set前不能销毁!)
C++运行报错:terminate called after throwing an instance of ‘std::future_error‘(promise对象调用set前不能销毁!)
springboot redis 用RedisTemplate执行lua脚本报错:@user_script:1: ERR value is not an integer or out of range
Myeclipse启动报错:An error has occurred.See the log file
terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::sub