console 로그 : Memory usage is low, parachute is non existent, your system may start failing
>> 평소에 잘 작동하던 SpringFramework에 jRebel을 적용했더니,
서버기동하고, 일부 페이지 접속시 다음에러가 발생하면서 서버가 멈췄다. 메모리 문제인듯 하다.
변경전
SpringFramework compile : jre 1.7
Tomcat v8 (jre1.7)
--->
변경후
SpringFramework compile : jre 1.7
Tomcat v8 (jre1.8)
로 바꾸니 잘된다...-_-;; 왜 그럴까?
'Java > Spring' 카테고리의 다른 글
[Spring data JPA] 조회: Entity + 연관 Entity(LAZY) + Pageable (0) | 2021.04.24 |
---|---|
[Spring data JPA] native query + XML + DTO (0) | 2021.04.24 |
JPA 씹어먹기 (0) | 2021.04.19 |
springBoot2 jpa Test Errors (1) | 2021.04.05 |
[spring을 spring 답게] net.sf.log4jdbc.sql.jdbcapi.DriverSpy (0) | 2020.03.28 |