简体   繁体   English

JBoss 和 Eclipse 错误:ZD52387880E2D213817A7 的 memory 运行时环境不足

[英]JBoss and Eclipse error : Insufficient memory for the Java Runtime Environment to continue

While deploying the JBoss or while running my JAVA application on eclipse it says:在部署 JBoss 或在 eclipse 上运行我的 JAVA 应用程序时,它说:

There is insufficient memory for the Java Runtime Environment to continue. Java 运行时环境没有足够的 memory 继续。

Native memory allocation (malloc) failed to allocate 1064800 bytes for Chunk::new本机 memory 分配 (malloc) 未能为 Chunk::new 分配 1064800 字节

An error report file with more information is saved as:包含更多信息的错误报告文件保存为:

D:\dev_codes\iText7\NGA3OMSLayout\hs_err_pid5012.log D:\dev_codes\iText7\NGA3OMSLayout\hs_err_pid5012.log

In my eclipse.ini the memory allocations are as follows:在我的 eclipse.ini 中,memory 分配如下:

-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Xms256ms
-Xmx3G
--add-modules=ALL-SYSTEM

How can I fix this issue?我该如何解决这个问题? How can I increase the memory?如何增加 memory?

Double click on you jboss server from eclipse server view to open edit view and click open launch configuration.从 eclipse 服务器视图双击您的 jboss 服务器以打开编辑视图并单击打开启动配置。 Check VM argument -Xms and -Xmx.检查 VM 参数 -Xms 和 -Xmx。 If value is not enough for your project increase it accordingly.如果价值不足以满足您的项目,请相应增加。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java 运行时环境的内存不足,无法继续 - insufficient memory for the Java Runtime Environment to continue 没有足够的内存让Java Runtime Environment继续运行 - There is insufficient memory for the Java Runtime Environment to continue Cloudera内存不足,无法继续Java Runtime Environment - Cloudera insufficient memory for the Java Runtime Environment to continue 内存不足,无法运行Java Runtime环境 - Insufficient memory to run Java Runtime environment to continue 卓:内存不足,Java Runtime Environment无法继续 - AWS: There is insufficient memory for the Java Runtime Environment to continue Java Runtime Environment 内存不足,无法继续hbase - There is insufficient memory for the Java Runtime Environment to continue hbase Eclipse中Java运行时环境的内存不足 - Insufficient memory for the Java Runtime Environment in Eclipse eclipse 中的“Java 运行时环境的 memory 不足”消息 - "insufficient memory for the Java Runtime Environment " message in eclipse kafka 8 和内存 - Java 运行时环境的内存不足,无法继续 - kafka 8 and memory - There is insufficient memory for the Java Runtime Environment to continue 运行Hadoop:内存不足,无法继续Java Runtime Environment - Running Hadoop: insufficient memory for the Java Runtime Environment to continue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM