Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When using UIMA in WebSphere Information Integrator OmniFind, how can I change the Java heap size for my custom annotator?

0
Posted

When using UIMA in WebSphere Information Integrator OmniFind, how can I change the Java heap size for my custom annotator?

0

The pear file, including the custom annotators that are associated with a collection, is running in a collection-specific, fenced box. The fenced box is a separate process called cas processor. In order to change the JVM heap size for that process, you must modify the following configuration file: NodeRoot/master_config/colID_config.ini Within the file, search for an expression such as: sessionN.type=casprocessor to get the session number for the current collection’s cas processor. After heaving the session number, change the heap size in the following setting: sessionN.max_heap=size in MB The default heap size is set to 200 MB. Be careful with increasing that heap size. For additional help, see the memory recommendations in the OmniFind installation guide.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123