I just upgraded to Hapi 8.2 and went to reindex with the body:
{
"resourceType": "Parameters",
"parameter": [ {
"name": "reindexSearchParameters",
"valueString": "NONE"
},{
"name": "batchSize",
"valueDecimal": 100
},{
"name": "optimizeStorage",
"valueString": "ALL_VERSIONS"
}]
}
Unfortunately, I keep getting OutOfMemory errors even when lowering my batchSize and increasing my java memory settings. It did work when I removed optimizeStorage, but I'd really like to free up some disk space. Any ideas on what I can try?