博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
RocketMq4.2.0 问题汇总
阅读量:5966 次
发布时间:2019-06-19

本文共 992 字,大约阅读时间需要 3 分钟。

hot3.png

按照官方文档一步一步照着玩,结果第一步就gameover了!

Java HotSpot(TM) 64-Bit Server VM warning: Using the DefNew young collector with the CMS collector is deprecated and will likely be removed in a future releaseJava HotSpot(TM) 64-Bit Server VM warning: UseCMSCompactAtFullCollection is deprecated and will likely be removed in a future release.Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000006c0000000, 2147483648, 0) failed; error='Cannot allocate memory' (errno=12)## There is insufficient memory for the Java Runtime Environment to continue.# Native memory allocation (mmap) failed to map 2147483648 bytes for committing reserved memory.# An error report file with more information is saved as:# /allen/rocketmq-4.2.0/bin/hs_err_pid1060.log

英文不咋的大概是内存不够的意思吧,百度了半天说全是说线程数不够什么的。我试了试并没有什么卵用。想了半天还是从启动文件和配置文件入手找问题结果找到了

150942_6goR_253147.png

我虚拟机明显不够,我就把他设低一点  Xms256m Xmx256m -Xmn128m

主要修改两个配置文件  bin/runserver.sh 和 bin/runbroker.sh

后来也找个了简单部署的博客 也有相同配置

链接地址:

转载于:https://my.oschina.net/unteacher/blog/1802233

你可能感兴趣的文章
.net 连接ORACLE 数据库字符串
查看>>
cookie知识,小应用:记住用户名;记录用户浏览记录
查看>>
运维经验分享:关于系统运维监控的几点建议
查看>>
七种Spring事务传播特性
查看>>
Spring+Ibatis集成开发实例
查看>>
移动互联网
查看>>
pure-ftpd搭建教程
查看>>
XP开通局域网共享(访问本机无需验证即可进入)
查看>>
vim的简单配置
查看>>
专题:Web App与Native App技术点大整合
查看>>
桌面虚拟化的架构模块化
查看>>
数据是怎么在网上安全传输的
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
性能测试的目的
查看>>
强一致、高可用、自动容灾能力背后,阿里X-Paxos的应用实践
查看>>
wifi无线接入点
查看>>
两个栈实现队列+两个队列实现栈----java
查看>>
ajax使用详解
查看>>
我的友情链接
查看>>