본문 바로가기

2018/06

리눅스 limit 값 수정하기 2 http://algo79.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4-limit-%EA%B0%92-%EC%88%98%EC%A0%95%ED%95%98%EA%B8%B0압서 소개를 했지만...적용이 안되는게 몇가지 있다. vi /etc/security/limits.conf 이 항목이 아닌vi /etc/security/limits.d/90-nproc.conf 에 수정을 해주면 적용이 된다. 더보기
ERROR [UpmAsynchronousTaskManager:thread-4] [engine.jdbc.spi.SqlExceptionHelper] logExceptions The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size. ERROR [UpmAsynchronousTaskManager:thread-4] [engine.jdbc.spi.SqlExceptionHelper] logExceptions The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size. 위와 같이 에러가 발생을 하면 innodb_log_file_size 작아서 그렇다 올려주면 된다. innodb_log_file_size=512M or innodb_log_file_size=1G https://confluence.atlassian.com/confkb/unable-.. 더보기
centos 6.x to 7 upgrade centos 6.x 에서 7 으로 업그레이드 하는 방법이다. 우선 최신 버전으로 업그레이드 하자. # yum upgrade -y 최신 버전으로 업그레이드 완료 되면 service snmpd restart chkconfig snmpd on -- 업그레이드 툴 설치 # yum install redhat-upgrade-tool preupgrade-assistant-contents Loaded plugins: aliases, changelog, fastestmirror, kabi, presto, product-id, refresh-packagekit, security, subscription-manager, tmprepo, verify, versionlock This system is not registered.. 더보기
asrock ab350m pro4 멈춤현상 결론은 전원부 문제같다.AS 보내라 !! 아래는 사용후기... https://www.google.co.kr/search?newwindow=1&source=hp&ei=3XYjW6v6KcvK0AS7m6DADA&q=asrock+ab350m+pro4+%EB%A9%88%EC%B6%A4&oq=asrock+ab350m+pro4+%EB%A9%88%EC%B6%A4&gs_l=psy-ab.3...563.8213.0.8427.20.12.0.7.7.0.141.1379.0j12.12.0....0...1c.1j4.64.psy-ab..1.14.972.0..0.0.t1EEyMM11C4 구글 검색만 해도 수십개 정보가 나온다....이보드 정말 이상하다. 멈춤 현상과 블루스크린등 다양한 증상이 나타난다. 2017년 11월 사용중 멈춤과 .. 더보기
jira Database: We've found a problem with your database connection URL jira update 하다가 위와 같이 에러가 발생 한다. mysql 5.6 이전버전과 이후 버전 차이에 문제가 생긴다. 아래와 같이 dbconfig.xml 파일을 수정 해주면 된다. 5.7 은 storage_engine=InnoDB5.6 이하는 default_storage_engine=InnoDBFor versions of MySQL below 5.7jdbc:mysql://dbserver:3306/jiradb?useUnicode=true&characterEncoding=UTF8&sessionVariables=storage_engine=InnoDBFor versions of MySQL of 5.7 and abovejdbc:mysql://dbserver:3306/jiradb?useUnicode=true&c.. 더보기
windows hosts command bat 파일 만들어서아래 내용 넣으면 된다. echo 192.168.0.2 test1 >> "%systemroot%\system32\drivers\etc\hosts"echo 192.168.0.3 test2 >> "%systemroot%\system32\drivers\etc\hosts" 더보기

728x90
320x100