EC22 AWS killed 1. $ sudo dmesg The above command can show the elaborations of what caused the error discuss.pytorch.org/t/code-stopping-with-text-killed/13827/2 According to a reference above, obviously Linux kernel has a mechanism of 'killing processes' that takes up all CPU ram. I have double checked the process when the server ran on localhost. Same warning with torch occurs. So, the error is, for sure, com.. 2021. 3. 18. AWS로 django 서비스 배포하기 (Windows) (1) 1. 계정 만들기 필수적으로 필요한 계정 두 개는 github 계정과 aws 계정이다. gibhub 계정은 있고, 로컬 서버에서 테스트하던 django app도 업로드 해두었기 때문에 이 부분은 생략하도록 하겠다. AWS(Amazon Web Service) 계정을 만드는 건 좀 까다롭다. 본인의 Visa 혹은 MasterCard 카드정보까지 제공해야한다. 나는 일단 꺼지지 않는 서버를 돌리는게 목적이기 때문에 일단 free 버전을 설치했다. 2. Django 가상환경 설치목록 txt파일 만들어주기 $ pip3 freeze >> requirements.txt 위 명령을 가상환경 workon 실행해준 뒤에 진행하면, django 폴더 내에 txt파일이 생성된다. 가상환경 내에 설치된 라이브러리 목록들이 작성.. 2021. 3. 14. 이전 1 다음