You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase scripts/lexparser/lexparser.sh mem usage to 200m
- While running the standalone parser 4.2.0 from https://stanfordnlp.github.io/CoreNLP/parser-standalone.html I noticed it crashing with test data included in `libexec/data/testsent.txt` with an out of memory exception. Increasing the value from 150m to 170m worked just fine for the test data. Set it to 200m in this patch for good measure.
- The 150m setting also causes test failures when trying to install via homebrew on mac, which runs the included `testsent.txt` file. I discovered this initially when creating a PR to bump the version to 4.2.0 for homebrew.
0 commit comments