Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

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, 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.