| | 110 | when |
| | 111 | {{{ |
| | 112 | -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 |
| | 113 | |
| | 114 | }}} |
| | 115 | |
| | 116 | and we used 12 threads to import, it took 128hours15minutes and an outofMemory occurred at the end. And we took another 54hours and 53minutes to do a data restore for using the database. |
| | 117 | |
| | 118 | when |
| | 119 | |
| | 120 | {{{ |
| | 121 | -Xmx60G -Xms30G -Druleset=empty -Dentity-index-size=800000000 -Dcache-memory=20000m -DenablePredicateList=false -Dtuple-index-memory=20000m -DftsIndexPolicy=never -Dbuild-pcsot=false -Dbuild-ptsoc=false -Djournaling=true -Drepository-type=file-repository -XX:+HeapDumpOnOutOfMemoryError -Dentity-id-size=32 |
| | 122 | }}} |
| | 123 | |
| | 124 | and we use 3 threads to import, it took 82hours and 2 minutes successfully to import DDBJ. |
| | 125 | |
| | 126 | |