简体   繁体   English

科登维。 “系统资源不足。请联系您的系统管理员。”

[英]Codenvy. "The system is out of resources. Please contact your system admin."

在此处输入图片说明

Don't understand this error, while creating python slack.在创建 python slack 时不明白这个错误。

Someone seem to have had a similar question and got some help here: https://groups.google.com/a/codenvy.com/forum/#!topic/codenvy/N1OE5BgfZNk有人似乎有类似的问题并在这里得到了一些帮助: https : //groups.google.com/a/codenvy.com/forum/#!topic/codenvy/N1OE5BgfZNk

"Can you run the following please? “你能运行以下吗?

docker rm $(docker ps -a -q)

And then try creating a new workspace again." "Did you run this command as a root?然后再次尝试创建一个新的工作区。” “您是否以 root 身份运行此命令? It should work.它应该工作。 As to why it happens, Swarm reserves resources for stopped containers as well and the current version of Codenvy does not delete them after a workspace is stopped.至于为什么会发生这种情况,Swarm 也为停止的容器保留资源,当前版本的 Codenvy 不会在工作区停止后删除它们。 This is fixed in the new version."这在新版本中已修复。”

Is this happening at beta.codenvy.com?这是在 beta.codenvy.com 上发生的吗? Or on your own downloaded Codenvy system?还是在您自己下载的 Codenvy 系统上? You can also file an issue at https://github.com/codenvy/codenvy/issues where support and engineers hang out.您还可以在https://github.com/codenvy/codenvy/issues上提交问题,支持和工程师在那里闲逛。

This particular issue happens when you are running your own private Codenvy system and the underlying hardware is out of memory / CPU to give to users.当您运行自己的私有 Codenvy 系统并且底层硬件内存/CPU 不足无法提供给用户时,就会发生此特殊问题。 So while the user gets this message, its an indication that the system administrator needs to add additional physical nodes to the cluster.因此,当用户收到此消息时,它表明系统管理员需要向集群添加额外的物理节点。 I am going to open an issue as I believe we have implemented capabilities to prevent new workspaces from being started for the user if the underlying system is out of resources.我将提出一个问题,因为我相信我们已经实现了在底层系统资源不足的情况下防止为用户启动新工作区的功能。 So you may be running an old version - can you upgrade to 5.0.0-M4 please?所以你可能正在运行一个旧版本 - 你能升级到 5.0.0-M4 吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM