Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Abandoned
-
2.3
-
None
Description
Applications need to protect themselves against out of memory exceptions (OOMs). UIMA should help with that by making sure a growth in the CAS heap size will not cause an OOM. One way to do this is to add a config param that controls the maximum heap size for a CAS and throw a runtime exception if that threshold is exceeded.
Since apps often use multiple CASes in pools in multihreaded fashion they would still need to exercise some app specific math (and guesswork) to determine the right value for this param. But at least they would be able to have some control.
(There could still be OOMs during UIMA processing from other sources)
Attachments
Issue Links
- is part of
-
UIMA-1088 Embeddability: restrict the amount of memory UIMA processing uses
- Resolved