dair-iitd / OpenIE-standalone

Other
565 stars 73 forks source link

Increase memory sizes in README #44

Open ambujpd opened 4 years ago

ambujpd commented 4 years ago

The memory sizes mentioned in README (10 GB) is too small. The language model is 6.4 GB and the openie-assembly jar compiled is around 1.8 GB. The remaining space is too less for other data members on heap. The Garbage Collection should be kicking in a lot.

Increasing 10GB to 12GB gave almost 10X speedup in OpenIE Extractions.