Skip to content

Commit

Permalink
기본이 중요하다 [GC]
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Mar 3, 2024
1 parent e4a0002 commit b0a3b84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _posts/2023-10-10-JVM-GC.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,6 @@ sudo mkdir -p gclog && nohup java -server -Xms1g -Xmx2560m -XX:+UseG1GC -XX:+Hea
- `-XX:+HeapDumpOnOutOfMemoryError`OutOfMemoryError가 발생했을 때 힙 덤프를 생성하게 한다. 힙 덤프 파일은 `root` 경로에 저장된다.
- `-XX:+G1GC` : 현재 나의 서버에서 JDK 17 기본값으로 SerialGC가 적용되어있어 G1GC를 사용할 수 있도록 명시한다.


# 실제 튜닝을 적용한 명령어

## 수위키

```shell
Expand Down

0 comments on commit b0a3b84

Please sign in to comment.