You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
이 외에 다른 솔루션 방안으로 인스턴스 변경 , async 함수 최소화 등의 방법을 찾았습니다만 함수 변경은 불가능한 사항이라고 생각이 되며, 최후의 수단으로 인스턴스를 변경하는 것을 고려해보아야 한다고 생각합니다. Additional context(수정할 방법을 제안할 수 있다면 작성해 주세요)
The text was updated successfully, but these errors were encountered:
+++추가로
각 커밋마다 확인해본 결과 첫 번째 PR인 보일러 플레이트부터, #48 까지는 컴파일 오류 제외하고 메모리에 부하가 걸리지 않지만, #49 의 422ebac 커밋부터는 FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory 메시지가 나타나는 것을 확인할 수 있었습니다
Describe the bug(버그 내용)
인스턴스에서 서버 실행 시 메모리 부족 현상
(node:1651) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
라는 에러코드 발생TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /home/ubuntu/the-GOD-server/server/index.ts
에러코드 발생To Reproduce(버그 재현 방법)
가능한 자세히 버그 재현방법을 작성해 주세요
Screenshots(참고할 만한 자료를 첨부, 스크린샷, 코드, 에러 메시지)
ERR_UNKNOWN_FILE_EXTENSION after adding "type": "module" to package.json TypeStrong/ts-node#1171
결국 1번으로 돌아가게 됩니다.
++추가로
등의 시도를 하였으나 변화가 없었습니다.
이 외에 다른 솔루션 방안으로 인스턴스 변경 , async 함수 최소화 등의 방법을 찾았습니다만 함수 변경은 불가능한 사항이라고 생각이 되며, 최후의 수단으로 인스턴스를 변경하는 것을 고려해보아야 한다고 생각합니다.
Additional context(수정할 방법을 제안할 수 있다면 작성해 주세요)
The text was updated successfully, but these errors were encountered: