On Thu, Jan 23, 2014 at 9:28 AM, Thomas Ginter <thomas.gin...@utah.edu>wrote:

> It is likely then that your expansion is happening after the remote
> service is called or else is not yet big enough to be over the 100MB limit.
>

Also note that by default UIMA-AS [Java] services use a delta-CAS
interface. Only changes to the CAS
 are returned from a service.

Besides deleting unnecessary FS from the final CAS to be returned, another
option to consider is to use compression on JMS messages:
jms.useCompression=true
This decoration can be added to the broker configuration file,
   $UIMA_HOME/amq/conf/activemq-nojournal.xml
as
   <transportConnector name="openwire" uri="tcp://
0.0.0.0:61616?jms.useCompression=true"/>
which will cause messages in all queues to be compressed.

Eddie

Reply via email to