Avatar

Level 10

For as long as Workbench ES has existed I have been running without error on a XP machine with 2 GB of memory using "C:\Program Files\Adobe\LiveCycle ES\Workbench ES\Workbench\workbench.exe"  -Xmx512m

Does the error occur when you are using a specific component or does it occur randomly?

Consider modifying your data soruce settings, if you have not already done so.

See http://kb2.adobe.com/cps/406/kb406231.html

To modify the data source settings:
  1. Locate and open the adobe-ds.xml file in an editor. By default it is located in C:\Adobe\LiveCycle8.2\jboss\server\all\deploy.
  2. Locate the line <idle-timeout-minutes>10</idle-timeout-minutes> and change the value from 10 to 1.           

    Note: Modify this value for both the IDP_DS and the EDC_DS definitions.           
  3. In the IDP_DS definition, locate <max-pool-size> and change the value to 20.
  4. In the EDC_DS definition, locate <max-pool-size> and change the value to 10.

    Note: If the number of Rights Management requests is high, you may keep the default value for EDC_DS as 20.

  5. For both IDP_DS and EDC_DS definitions, locate <prepared-statement-cache-size> and change both values to 20.           

    Note: Setting this value reduces the memory used by the cache and may need to be fine-tuned based on the transaction load on your system.

Steve