Skip to content

Commit

Permalink
Update 2023-11-06-javaGC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneHee99 authored Nov 10, 2023
1 parent 0c3b30a commit 446f4d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _posts/2023-11-06-javaGC.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ bootRun {

마지막으로, `-Xlog:gc*:file=logs/gc.log:time, tags:filecount=10, filesize=10M` 옵션은 GC의 로그 파일을 남기는 옵션입니다. 해당 옵션의 값에 따라 로그 파일에 나타나는 값, 최대 파일 크기, 최대 파일 개수 등이 결정됩니다. 해당 로그를 먼저 확인 후 최적의 값을 찾기 위해 값을 조절하면 되겠습니다.

# 발표를 마치며
## 발표를 마치며
우선 첫 발표라 굉장히 떨렸는데 많은 크루분들께서 발표에 집중해주시고 퀴즈도 잘 풀어주셔서 감사하다는 말을 남기고 싶습니다.

자바는 잘 관리된 언어 `Well Managed Language` 라고 합니다. 그만큼 GC는 사용자 편의와 생산성을 증가시켜주는 자바의 장점입니다.
Expand All @@ -281,8 +281,8 @@ bootRun {

## 참고 문헌

https://deepu.tech/memory-management-in-programming/
[https://deepu.tech/memory-management-in-programming/](https://deepu.tech/memory-management-in-programming/)

[https://www.udemy.com/course/java-in-depth-become-a-complete-java-engineer/](https://www.udemy.com/course/java-in-depth-become-a-complete-java-engineer/learn/lecture/4065912#overview)
[https://www.udemy.com/course/java-in-depth-become-a-complete-java-engineer/](https://www.udemy.com/course/java-in-depth-become-a-complete-java-engineer/)

https://stackoverflow.com/questions/3798424/what-is-the-garbage-collector-in-java
[https://stackoverflow.com/questions/3798424/what-is-the-garbage-collector-in-java](https://stackoverflow.com/questions/3798424/what-is-the-garbage-collector-in-java)https://stackoverflow.com/questions/3798424/what-is-the-garbage-collector-in-java

0 comments on commit 446f4d8

Please sign in to comment.