gpt4 book ai didi

django - Nginx,无法 fork : Cannot allocate memory

转载 作者:行者123 更新时间:2023-12-04 18:38:04 26 4
gpt4 key购买 nike

我正在尝试按照 http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html 上的教程进行操作.我正在亚马逊 EC2 上使用 ubuntu 14.4 实例。我在测试中一切正常,但是在将我的 django 应用程序上线后,我注意到服务器正在返回:

 HTTP/1.1 503 Service Unavailable

当我登录到我的 ubuntu EC2 实例时,我重新启动了 uwsgi 和 nginx 并得到:
 ubuntu@ip-172-31-28-196:~$ workon env1 
(env1)ubuntu@ip-172-31-28-196:~$ uwsgi --ini /home/ubuntu/tproxy/tp/mysite_uwsgi.ini --daemonize=/var/log/yourproject.log
[uWSGI] getting INI configuration from /home/ubuntu/tproxy/tp/mysite_uwsgi.ini
(env1)ubuntu@ip-172-31-28-196:~$ sudo /etc/init.d/nginx restart /tp/m
sudo: unable to fork: Cannot allocate memory

出了什么问题?我怎样才能解决这个问题?

编辑:
(env1)ubuntu@ip-172-31-28-196:~$ free -h
total used free shared buffers cached
Mem: 992M 192M 799M 360K 37M 75M
-/+ buffers/cache: 79M 913M
Swap: 0B 0B 0B

(env1)ubuntu@ip-172-31-28-196:~$ uname -a
Linux ip-172-31-28-196 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014 x86_64 x86_64 x
86_64 GNU/Linux

最佳答案

请使用 free -h 确保系统没有耗尽内存并且您没有遇到进程内存限制,您可以使用 ulimit -a 进行检查

关于django - Nginx,无法 fork : Cannot allocate memory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29051511/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com