전체 글 749

rrdtool install :)

rrdtool 1.2.12 버전을 설치하는 황당한 메세지를 발견했다. 언제부터 있던건지 알 수는 없지만.. 인스톨 과정의 지루함을 한순간에 날려 버렸다. config.status: executing default commands checking in... and out again ordering CD from http://people.ee.ethz.ch/~oetiker/wish .... just kidding ;-) ---------------------------------------------------------------- Config is DONE! With MMAP IO: yes Perl Modules: perl_piped perl_shared Perl Binary: /usr/bin/perl ..

computer system 2006.02.14

sax parser problem

parser has reached the entry expansion limit 64,000 기본적으로 jaxp 파서가 처리할 수 있는 element의 갯수(?)가 64,000개라고 한다. 5g짜리 xml 파일을 파싱하다가 알아버렸다. 그래서 다음과 같이 해결해 버렸다. java -Xmx6000M -DentityExpansionLimit=200000 실행파일 참 그전에 자바에서 outofmemoryerror가 나서 Hospot VM의 메모리의 기본값(Heap memory)의 사이즈도 확 늘려줬다 :) 솔라리스 플랫폼이라면, java -X 을 실행했을 경우 출력되는 내용은 다음과 같다. -Xmixed mixed mode execution (default) -Xint interpreted mode execu..

java-programming 2006.02.09