开发者社区 问答 正文

如何处理Cannot allocate memory的情况?

如何处理Cannot allocate memory的情况?

展开
收起
Puppet 2020-03-21 09:36:48 5881 分享 版权
1 条回答
写回答
取消 提交回答
  • 问题描述:Cannot allocate memory。 2017-10-11 20:45:46.544 [taskGroup-0] INFO TaskGroupContainer - taskGroup[0] taskId[358] attemptCount[1] is started
    Java HotSpot™ 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f15ceaeb000, 12288, 0) failed; error=‘Cannot allocate memory’ (errno=12) 排查思路:内存不够。如果运行在自己的资源上,需要自行添加内存。如果运行在阿里巴巴的资源上,请提交工单进行咨询。

    2020-03-21 09:37:04
    赞同 展开评论
问答地址: