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

[DeadLock] 프리징 현상 발생 #2

Open
JunYupK opened this issue Dec 31, 2024 · 0 comments
Open

[DeadLock] 프리징 현상 발생 #2

JunYupK opened this issue Dec 31, 2024 · 0 comments

Comments

@JunYupK
Copy link
Owner

JunYupK commented Dec 31, 2024

크롤링 진행 중 1000개가 넘는 기사를 크롤링 중 데드락과 흡사하게 멈춰버리는 현상이 발생하였습니다.

예상되는 원인으로는 1000개의 기사를 크롤링 중 계속하여 크롬 새 창을 띄우는데, 1000개면은 브라우저 창이 1000개가 넘어버리므로 메모리가 부족한 현상때문에 멈추는 것으로 생각됩니다.

추후 이를 해결하기 위해 100개의 기사를 크롤링 후, Crwaler를 중단 후 창을 모두 종료 후 다시 이어서 진행하는 형식으로 진행해야 할 것 같습니다.

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

No branches or pull requests

1 participant