JVM 奔溃的解决方案

Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000097f00000, 305659904, 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 305659904 bytes for committing reserved memory.

# An error report file with more information is saved as:

# /opt/hs_err_pid121350.log

 

 

解决方案:

1.首先用命令free查看系统内Swap 分区大小
 total used free shared buffers cache

       Mem: 1002 964 38 0 21 410

       -/+ buffers/cache: 532 470

       Swap: 1024 24 1000

2.添加swap文件
mkdir swap
cd swap
sudo dd if=/dev/zero of=sfile bs=1024 count=1000000

count=1000000参数代表数量,这个正好是1g,直接增大1g

3.转化为swap文件
sudo mkswap sfile

4.激活swap文件
sudo swapon sfile

5.查看效果
再次输入:free -m

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值