전체 글 1907

confluence upgrade

!!주의 업그레이드 작업시 JAVA 메모리를 높게 잡아주게 될 경우 정상적으로 업데이트가 안될수 있다꼭 메모리를 낮추워서 작업하자 confluence upgrade 방법이다.우선 https://www.atlassian.com/software/confluence/download-archives 자신의 환경에 맞는 버전의 bin 파일을 받는다. 구동되고 있는 confluence 중지한다.# ./shutdown.sh 중지 한지 확인해본다.# ps -ef | grep java 501 3527 1 11 17:00 pts/1 00:01:22 /usr/java/jre1.7.0_25/bin/java -Djava.util.logging.config.file=/data/confluence-3.5-std/conf/loggi..

caused by java.lang.outofmemoryerror gc overhead limit exceeded

Archive to backups folder 백업을 하다 보면 caused by java.lang.outofmemoryerror gc overhead limit exceeded에러가 뜨면서 백업이 안되는 경우가 생긴다. java 메모리를 올려주자 # vi /confluence/bin/setenv.sh 수정을 해서JAVA_OPTS="-Xms2048m -Xmx4096m -XX:MaxPermSize=1024m $JAVA_OPTS -Djava.awt.headless=true -Dmail.smtp.localhost=computer_name "export JAVA_OPTS 늘려주면 정상적으로 백업이 될것이다.

가상화(vmware,virtualbox)에 centos 설치시 해상도 설정

가상화에 centos 띄우면 해상도가 한정해상도만 지원한다. # vi /etc/X11/xorg.conf Section "Device"Identifier "Videocard0"Driver "vesa"EndSection Section "Monitor"Identifier "Monitor0"HorizSync 1.0 - 10000.0VertRefresh 1.0 - 10000.0EndSection Section "Screen"Identifier "Screen0"Device "Videocard0"Monitor "Monitor0"DefaultDepth 24SubSection "Display"Viewport 0 0Depth 24Modes "1600x1200""1280x1024" "1024x768"EndSubSection..

Linux 2013.09.03
728x90
320x100