Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Need information about configuration of JAVA_ARG on run.conf.bat

Avatar

Level 1

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 > nul
if 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 :

java.png

I don't understand why ?

Please could you advice ?

Thanks in advance.

0 Replies