【发布时间】:2018-06-15 19:05:32
【问题描述】:
我正在使用具有 SSH 访问权限的服务器。我正在尝试使用命令安装 ejabberd,但它不起作用。我设法在没有 sudo 的情况下安装它。安装我关注these steps。
现在运行 ejabberd 的主要问题,启动 ejabberd 时出错:
$ ./ejabberdctl start
/home/sancm/ejabberd/bin/erl: fork: Cannot allocate memory
/home/sancm/ejabberd/bin/erl: fork: Cannot allocate memory
$ ./ejabberdctl status
./ejabberdctl: fork: Cannot allocate memory
/home/sanchr5m/ejabberd/bin/erl: fork: Cannot allocate memory
/home/sanchr5m/ejabberd/bin/erl: fork: Cannot allocate memory
Failed to create thread: Resource temporarily unavailable (11)
./ejabberdctl: line 125: 3009909 Aborted
"$@"
在我的服务器 apt-get 和 sudo 上,su 不工作。我不知道为什么。
free -m
total used free shared buffers cached
Mem: 32043 29812 2230 19 3624 10701
-/+ buffers/cache: 15486 16556
Swap: 4095 1405 2690
【问题讨论】:
标签: ubuntu server xmpp cpanel ejabberd