1
vote
2answers
176 views
Limit CPU / Stack for Java method call?
I am using an NLP library (Stanford NER) that throws OOM errors for rare input documents.
I plan to eventually isolate these documents and figure out what about them causes the er …
