반응형
confluence 편집 불가 오류 관련 synchrony 메모리 증가 방법
위와 같이 오류가 발생 할수 있는데 최신 버전은 많이 개선이 되서 문제 없을것이다. 낮은 버전을 사용하는 환경이라면 메모리 할당을 높이면 해결 된다.
# vi /설치경로/bin/setenv.sh
CATALINA_OPTS="-Dsynchrony.memory.max=2g ${CATALINA_OPTS}"
메모리 옵션을 추가하자.
그리고 서비스 재시작
이렇게 1gb 로 할당 되어 있는게
2gb 로 변경된것을 확인 할 수 있다.
728x90
반응형
'atlassian_confluence_jira' 카테고리의 다른 글
Dot: Executable: /opt/local/bin/dot File does not exist Cannot find Graphviz. You should try PlantUML for Confluence (1) | 2023.10.10 |
---|---|
Something went wrong. Refresh the page, or contact your admin if this keeps happening. (0) | 2023.10.05 |
confluence all updates 작동 안될때 해결방법 (0) | 2023.09.21 |
jira tls 1.0 1.1 비활성화 하기 (0) | 2023.09.14 |
Confluence 세션 타임아웃(Session Timeout) 설정 방법 (0) | 2023.08.02 |