Options

Increase memory on RA

xDStickerxDSticker Member Posts: 16 Contributor II
edited November 2018 in Help
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

  • Options
    Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,995 RM Engineering
    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
Sign In or Register to comment.