clarin-eric / ParlaMint

ParlaMint: Comparable Parliamentary Corpora
https://clarin-eric.github.io/ParlaMint/
41 stars 52 forks source link

Issue with add-common-content #554

Closed tungland closed 1 year ago

tungland commented 1 year ago

I am having an issue with the add-common-content script. When trying to run on the full NO corpus, nothing happens. Process runs, but does not produce any output. It ran fine on the sample. Is this a known issue? How can I debug this?

tungland commented 1 year ago

image

I get the above screen and then nothing happens. Just keeps spinning, but no output.

tungland commented 1 year ago

Ah, after a while it exited with the error java.lang.OutOfMemoryError: Java heap space

Maybe I could modify the script to run with more memory assigned or something? I am not familiar with java, so some guidance on this would be very much appreciated.

tungland commented 1 year ago

image

matyaskopp commented 1 year ago

you can now increase a java heap size:

make add-common-content-NO JAVA-MEMORY=120

the number sets Giga Bytes