バージョン 14 から バージョン 15 における更新: OwlimSe

差分発生行の前後
無視リスト:
更新日時:
2012/07/11 14:32:23 (12 年 前)
更新者:
wu
コメント:

--

凡例:

変更なし
追加
削除
変更
  • OwlimSe

    v14 v15  
    1515=== OwlimSE 配置 === #Configure 
    1616 
     17It is well known that the construction of index can help accelerate the query but make the update slow. In OwlimSE, we make cache-memory = tuple-index-memory, namely, we enable POS/PSO,PCSOT and PTSOC indices but disable SP, PO indices and full-text search. 
     18 
     19About OwlimSE index: 
     20 
    1721 
    1822{{{ 
    19 JVMSetting: 
    20  -Xmx55G -Xms30G -XX:+UseG1GC -XX:+TieredCompilation 
    21 -Druleset=empty -Dentity-index-size=1147483647 -Dcache-memory=16645m -Dtuple-index-memory=15G -DenablePredicateList=false  -DftsIndexPolicy=never  -Dbuild-pcsot=false -Dbuild-ptsoc=false  -Djournaling=true -Drepository-type=file-repository  -Dentity-id-size=32   
     23-Xmx60G -Xms30G -Druleset=empty -Dentity-index-size=675000000 -Dcache-memory=20633m  -DenablePredicateList=false -Dtuple-index-memory=20633m -DftsIndexPolicy=never  -Dbuild-pcsot=false -Dbuild-ptsoc=false  -Djournaling=true -Drepository-type=file-repository   -XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError -Dentity-id-size=32   
     24 
    2225}}} 
    2326 
     
    9497=== DDBJ upload === #ddbjload   
    9598 
    96 {{{ 
    97 java.lang.OutOfMemoryError: Java heap space 
    98 Dumping heap to java_pid30632.hprof ... 
    99 Dump file is incomplete: file size limit 
    100 Exception in thread "main" java.lang.OutOfMemoryError: Java heap space 
    101         at com.ontotext.trree.big.collections.g.if(Unknown Source) 
    102         at com.ontotext.trree.big.collections.c.for(Unknown Source) 
    103         at com.ontotext.trree.big.collections.b.a(Unknown Source) 
    104         at com.ontotext.trree.big.collections.b.g(Unknown Source) 
    105         at com.ontotext.trree.big.h.shutdown(Unknown Source) 
    106         at com.ontotext.trree.OwlimSchemaRepository.doShutDown(Unknown Source) 
    107         at com.ontotext.trree.OwlimSchemaRepository.shutDown(Unknown Source) 
    108         at com.github.sesameloader.owlim.OwlimRepositoryManager.shutDown(OwlimRepositoryManager.java:44) 
    109         at loader.load(loader.java:141) 
    110         at loader.main(loader.java:87) 
    111 }}} 
     99 
    112100 
    113101Until the failture Owlim had finished 7,883,140,000 triples within 70.5 hours.