Windows Defender might be impacting your build and IDE performance.
Tool/IntelliJ 2021. 10. 14. 22:05
Windows Defender might be impacting your build and IDE performance. IntelliJ IDEA checked the following directories:
IntelliJ 실행시 간혹 보이는 알림이다. 바이러스 백신 프로그램에서 실시간 검색이 활성화되어 있는 경우, IDE 빌드시 새로 생성되는 파일들과 관련하여 여러 간섭을 하게 될 수 있고 그로 인해 빌드 성능에 영향을 미칠 수 있으니, 해당 IDE 프로세스(idea64.exe, fsnotifier64.exe, ...) 를 바이러스 실시간 검색에서 제외시키거나, IDE 관련 디렉토리들을 제외시키는 것을 권장하고 있다.
위 알림처럼 Windows Defender 알림이 발생했을 때, 자동 fix 시킨다면, 윈도우즈의 [바이러스 위협 방지] 에서 해당 디렉토리들을 자동으로 제외시킨다.
- 프로젝트 작업 디렉토리
- Gradle 캐시 디렉토리( %USERPROFILE%\.gradle)
- IntelliJ IDEA 에서 설정 및 캐시 를 저장하는 데 사용하는 디렉토리
- Configuration (idea.config.path): %APPDATA%\JetBrains\IntelliJIdea2020.3
- System (idea.system.path): %LOCALAPPDATA%\JetBrains\IntelliJIdea2020.3
어떤 경우 위처럼 제외 설정을 마쳤는데도 계속해서 알림이 뜬다면, don't show me again 을 선택했는데도 계속해서 알림이 뜬다면 (idea.config.path)/options/other.xml 파일을 편집하여 해당 알림을 무시할 수도 있다.
<component name="PropertiesComponent">
...
<property name="ignore.virus.scanning.warn.message" value="true" />
...
</component>
WRITTEN BY
- 손가락귀신
정신 못차리면, 벌 받는다.
,