Skip to content

Instantly share code, notes, and snippets.

@rolroralra
Last active November 10, 2022 05:40
Show Gist options
  • Save rolroralra/f0967df7070e371f3bc4790fa12c625a to your computer and use it in GitHub Desktop.
Save rolroralra/f0967df7070e371f3bc4790fa12c625a to your computer and use it in GitHub Desktop.
Intellij

Gradle Daemon idle timeout 설정

IntelliJ에서 띄운 Gradle Daemon은 idle timeout이 설정되어 있지 않습니다. 그래서 IntelliJ가 죽거나 Gradle을 오랫동안 사용하지 않아도 프로세스가 계속 살아있어 시스템 메모리가 부족하게 됩니다.

아래와 같이 idle ttl을 설정하면, Gradle Daemon이 일정시간 이상 사용하지 않으면 알아서 꺼집니다.

Help > Edit Custom Properties

idea.properties 파일을 생성한 후 아래의 내용을 추가합니다.

external.system.remote.process.idle.ttl.ms = 1200000

KeyMap

Action Key Description
Complete Current Statement shift + cmd + enter
Refactoring this cmd + T
Parameter Info cmd + P
New... cmd + N
Type Hierarchy cmd + H
Method Hierarchy shift + cmd + H

Tomcat Log 한글 깨짐

https://atoz-develop.tistory.com/entry/IntelliJ-%ED%86%B0%EC%BA%A3-%EC%84%9C%EB%B2%84-%EB%A1%9C%EA%B7%B8-%ED%95%9C%EA%B8%80-%EA%B9%A8%EC%A7%90%EC%9D%84-%ED%95%B4%EA%B2%B0%ED%95%98%EB%8A%94-2%EA%B0%80%EC%A7%80-%EB%B0%A9%EB%B2%95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment