🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Increase memory on RA

User: "xDSticker"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "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