Finding reasons
- Add logging system to Django project. → Found Reason 1.
- Add
AWS EC2 instance memory monitor
tocloud watch
. → Found Reason 2. https://brunch.co.kr/@topasvga/615
Reason 1.
1
TypeError: argument must be an int, or have a fileno() method.
Reason 2.
Django Memory Leak
Direction
Why memory leak?
메모리 누수가 발생하는 원인 찾기
If not possible?
임시방편으로 메모리 누수로 인한 커널패닉이 일어나기 전에 재부팅해주기
-
Previous
[Django] 장고 서버 locust로 부하 테스트 -
Next
[Django] Django auto reload (with. gunicorn '--reload' option)