728x90
반응형
에러 상황
프로젝트를 진행하며 google protobuffer를 사용했고, protobuf 파일 호출 시 빨간색 밑줄이 그어졌다.
그리고 창 위에 다음과 같은 경고 메시지가 나타났다.
에러 코드
The file size (MB) exceeds configured limit (2.56 MB). Code insight features are not available.
해결 방법
IntelliJ config에서 설정한 최대 파일 사이즈를 초과해서 발생하는 오류이다.
메뉴의 [도움말] > [사용자 지정 프로퍼티 편집...] 을 누르면 idea.properties 파일 창이 열린다.
아래의 코드를 추가 및 저장한 후 IntelliJ를 재시작하면 재빌드 후 소스 코드가 제대로 적용되게 된다.
idea.max.intellisense.filesize=[파일사이즈]
728x90
반응형
'🛠️Backend > 오류해결' 카테고리의 다른 글
[Firebase] Requested entity was not found. (0) | 2024.11.12 |
---|---|
[JWT] java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter (0) | 2024.08.20 |
[IntelliJ] error: unmappable character (0xEB) for encoding x-windows-949 (0) | 2024.07.17 |
[Java] Gradle을 이용한 순수 자바에서 jar파일 생성하기 (0) | 2024.06.04 |
[Spring Boot] could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.x.x. (0) | 2023.12.19 |
댓글