Django Application Killed unexpectedly in AWS EC2 Instance

Multi tool use
up vote
0
down vote
favorite
I have a Django Project running over AWS EC2 Instance. I am using default Django server to run the application. To make the server running in background I have used screen
command as:
To open screen:
screen
This takes me to screen terminal and there I fire runserver command as-
python3 manage.py runserver 0.0.0.0:8000
This is working. But sometimes due to OOM Killer the process stops and my application thereby stops.
How could I avoid the process kill situation?
python amazon-web-services amazon-ec2 ubuntu-16.04 django
New contributor
Reema Parakh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
I have a Django Project running over AWS EC2 Instance. I am using default Django server to run the application. To make the server running in background I have used screen
command as:
To open screen:
screen
This takes me to screen terminal and there I fire runserver command as-
python3 manage.py runserver 0.0.0.0:8000
This is working. But sometimes due to OOM Killer the process stops and my application thereby stops.
How could I avoid the process kill situation?
python amazon-web-services amazon-ec2 ubuntu-16.04 django
New contributor
Reema Parakh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Get an AWS instance with enough memory that the OOM killer doesn't need to work.
– Mokubai♦
Nov 17 at 12:22
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a Django Project running over AWS EC2 Instance. I am using default Django server to run the application. To make the server running in background I have used screen
command as:
To open screen:
screen
This takes me to screen terminal and there I fire runserver command as-
python3 manage.py runserver 0.0.0.0:8000
This is working. But sometimes due to OOM Killer the process stops and my application thereby stops.
How could I avoid the process kill situation?
python amazon-web-services amazon-ec2 ubuntu-16.04 django
New contributor
Reema Parakh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have a Django Project running over AWS EC2 Instance. I am using default Django server to run the application. To make the server running in background I have used screen
command as:
To open screen:
screen
This takes me to screen terminal and there I fire runserver command as-
python3 manage.py runserver 0.0.0.0:8000
This is working. But sometimes due to OOM Killer the process stops and my application thereby stops.
How could I avoid the process kill situation?
python amazon-web-services amazon-ec2 ubuntu-16.04 django
python amazon-web-services amazon-ec2 ubuntu-16.04 django
New contributor
Reema Parakh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Reema Parakh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Reema Parakh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 17 at 10:49
Reema Parakh
1012
1012
New contributor
Reema Parakh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Reema Parakh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Reema Parakh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Get an AWS instance with enough memory that the OOM killer doesn't need to work.
– Mokubai♦
Nov 17 at 12:22
add a comment |
Get an AWS instance with enough memory that the OOM killer doesn't need to work.
– Mokubai♦
Nov 17 at 12:22
Get an AWS instance with enough memory that the OOM killer doesn't need to work.
– Mokubai♦
Nov 17 at 12:22
Get an AWS instance with enough memory that the OOM killer doesn't need to work.
– Mokubai♦
Nov 17 at 12:22
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Reema Parakh is a new contributor. Be nice, and check out our Code of Conduct.
Reema Parakh is a new contributor. Be nice, and check out our Code of Conduct.
Reema Parakh is a new contributor. Be nice, and check out our Code of Conduct.
Reema Parakh is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376204%2fdjango-application-killed-unexpectedly-in-aws-ec2-instance%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
pD0R4 SihuqJYsU
Get an AWS instance with enough memory that the OOM killer doesn't need to work.
– Mokubai♦
Nov 17 at 12:22