...
코드 블럭 |
---|
# 등록 systemctl enable jira.service systemctl daemon-reload # 서비스 시작 systemctl start jira.service # 서비스 상태 systemctl status jira.service # 서비스 종료 systemctl stop jira.service |
...
5. Jira heap memory 설정
...
일반적으로 이슈 5000개 미만인 경우, 최소 768MB 권장한다. (이슈 40000개까지 768MB~1GB)
...