agroportal / project-management

Repository used to consolidate documentation about the AgroPortal project and track content related issues.
http://agroportal.lirmm.fr
7 stars 0 forks source link

appliance java version result of java.lang.OutOfMemoryError: Java heap space #246

Closed syphax-bouazzouni closed 10 months ago

syphax-bouazzouni commented 2 years ago

When doing the AGROVOC diff process with the following command :

java -DentityExpansionLimit=1500000 -Xmx20480M -jar /srv/ontoportal/ncbo_cron_deployments/shared/bundle/ruby/2.6.0/bundler/gems/ontologies_linked_data-f4e385e2da56/bin/bubastis.jar -ontology1 /srv/ontoportal/data/repository/AGROVOC/17/unzipped/agrovoc_2022-02-01_lod.nt -ontology2 /srv/ontoportal/data/repository/AGROVOC/19/agrovoc_2022-03-02_lod.nt -output /srv/ontoportal/data/repository/AGROVOC/19/bubastis_diff.xml -format xml

With java-11-openjdk.x86_64 version we got a java out of memory error and with the version java-1.8.0-openjdk.x86_64 it worked