vivo-project / VIVO

VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
http://vivoweb.org
BSD 3-Clause "New" or "Revised" License
202 stars 127 forks source link

Out of memory for large data ingestion #3854

Open chenejac opened 1 year ago

chenejac commented 1 year ago

Describe the bug If someone copy UF sample data files into VIVO_HOME/rdf/abox/filegraph, and run VIVO (tomcat), the out of memory will be thrown

To Reproduce Steps to reproduce the behavior:

  1. copy UF sample data files into VIVO_HOME/rdf/abox/filegraph
  2. run VIVO (tomcat)
  3. check logs (tomcat catalina.out and vivo.log)
  4. see error

Expected behavior If only one of those files UF sample data files is copied, it is working as expected. It means that probably loading of files should be done one by one to prevent out of memory error.