The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 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.