Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] 미션 수행 전용 서버가 다운되는 문제 #21

Merged
merged 4 commits into from
Aug 4, 2023

Conversation

05AM
Copy link
Member

@05AM 05AM commented Jun 21, 2023

  • 가져온 코드 구조가 모델을 여러 번 로드하는 구조라서 메모리 부족으로 서버가 터짐
  • 가져온 모델을 bean으로 생성하고, post construct 어노테이션으로 한번만 로드하게하여 의존성 주입했음

- 가져온 코드 구조가 모델을 여러 번 로드하는 구조라서 메모리 부족으로
서버가 터짐
- 가져온 모델을 bean으로 생성하고, post construct 어노테이션으로 한번만 로드하게하여 의존성 주입했음
@05AM 05AM requested a review from hye-on June 21, 2023 11:40
Copy link
Contributor

@hye-on hye-on left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@hye-on hye-on merged commit d23840a into main Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants