Increase memory on RA

xDSticker
xDSticker New Altair Community Member
edited November 5 in Community Q&A
Dear Dataminers,

i installed a RA-Server with 10GB of ram on a Linux Server with the install script form my desktop, now i wanna increase the memory on the server to 20GB.

I tried to change the Xmx-value in the run.conf, but nothing changed after server restart :(

JAVA_OPTS="-Xms128m -Xmx20000m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"

Could you please tell me where i can find the value to increase the memory ?

Thank you for your time :)
Sticker
Tagged:

Answers

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    Xms128m is the min size which will be allocated right from the start.
    Xmx20000m is the max size which can be allocated if needed, but will not be allocated right from the start. So you edited the correct file, but it will only consume that much memory if it needs to.

    Regards,
    Marco