在hadoop-1.2.1中运行所遇到的问题:

2014-11-14   22:43:42  在服务器上运行hadoop-1.2.1中的datanode,出现了内存占用过大,导致ssh登陆出现如下问题:

1、# There is insufficient memory for the Java Runtime Environment to continue.

2、/etc/bashrc: fork: retry: Resource temporarily unavailable

出现上述问题的原因是:采用默认的jvm参数设置 -Xmx1000m(以后需要注意服务器上的负载情况,合理分配jvm参数大小)

解决的相关方法:

http://stackoverflow.com/questions/23803182/bash-fork-retry-resource-temporarily-unavailable

stackoverflow上有类似的问题,也是Resource temporarily unavailable 

 

posted on 2014-11-14 22:55  linghuchong0605  阅读(292)  评论(0编辑  收藏  举报