Avatar

Level 2

The SOLUTION:

After discussing with a colleague, we found the solution.

1 - We did what remove 3 of the parameters as expliained in a post on. I removed the PermSize parameters which were 512M from the registry of JBoss Service for Livecycle.

http://blogs.adobe.com/livecycle/adobe_livecycle_es/

Then the computer has more memory available for the workbench es because the server uses less memory.

2 - I changed the SurvivorRatio in the workbench.ini file and the Garbage Collector parameter. (My Computer is a QuadCore with 4GB RAM)

-vmargs
-Xms768m
-Xmx768m
-Xincgc
-XX:SurvivorRatio=32

-Dcom.sun.management.jmxremote.port=50051
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false

-XX:SurvivorRatio: Ratio of eden/survivor space size [Solaris amd64: 6; Sparc in 1.3.1: 25; other Solaris platforms in 5.0 and earlier: 32]

Thank you for everybody who halped me.