Hello,We have modified on Adobe Livecycle configuration the java_arg for
64 bit on run.conf.bat like this :set "JAVA_HEAP_ARGS=-Xms1024m
-Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m""%JAVA%" -version 2>&1
| findstr /I 64-Bit > nulif not errorlevel == 1 ( set
"JAVA_HEAP_ARGS=-Xms6500m -Xmx6500m -XX:PermSize=256m
-XX:MaxPermSize=512m -XX:+UseCompressedOops")But when we verify the
process on Windows Jboss continue to use only 3Go of xmx :I don't
understand why ?Please could you advice ?Thanks i...