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

JVM 가비지 컬렉션 알아보기 / 튜닝 #83

Open
rivkode opened this issue Apr 24, 2024 · 0 comments
Open

JVM 가비지 컬렉션 알아보기 / 튜닝 #83

rivkode opened this issue Apr 24, 2024 · 0 comments
Assignees

Comments

@rivkode
Copy link
Member

rivkode commented Apr 24, 2024

📌 Feature Issue

현재 사용중인 Oracle JDK 17버전의 가비지 콜렉션은 G1GC이다.

image

관련링크

대용량 트래픽이 온다고 가정하였을때 가비지 콜렉션의 알고리즘 변경 -> ZGC로의 변경시 어떠한 장점이 있는지, 혹은 어떠한 근거로 변경해야하는지에 대해 알아본다.

GC 알고리즘 종류 리스트

  • Serial GC
  • Parallel GC
  • Parallel Old GC
  • CMS GC (Concurrent Mark Sweep)
  • G1 GC (Garbage First)
  • Shenandoah GC
  • ZGC (Z Garbage Collector)

관련 링크

To-do

  • []

ETC

@rivkode rivkode self-assigned this Apr 24, 2024
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