PolMine / bignlp

Tools to process large corpora line-by-line and in parallel mode
1 stars 1 forks source link

Hard coded setting of JVM heap space #16

Closed ablaette closed 3 years ago

ablaette commented 3 years ago

The file zzz.R now includes this line:

options(java.parameters = "-Xmx4g")

It is a shortcut to pass R CMD check, to assure that the JVM is sufficiently sized. Yet this solution / hack is certainly a violation of good policy.

ablaette commented 3 years ago

This setting has been removed. One implication is that examples need to be limited to using a minimal annotation pipeline.