"How do I change the maximum amount of memory RapidMiner Server is using"

User13User13 MemberPosts:155Guru
edited May 2019 inKnowledge Base

Problem:

The maximum amount of memory RapidMiner Server uses is specified in a settings file and has to be changed by hand.

Solution:

手动修改的格言um amount of memory an already installed RapidMiner Server uses, follow these steps:

On Windows:

  1. Open the bin/standalone.conf.bat file in your RapidMiner Server installation directory.

  2. Search for the line which contains the following fragment (number might differ) and replace the number with the amount of memory you want the server to use (in megabytes):


    -Xmx1024M
  3. Restart RapidMiner Server.

On Linux / Mac:

  1. Open the bin/standalone.conf file in your RapidMiner Server installation directory.

  2. Search for the line which contains the following fragment (number might differ) and replace the number with the amount of memory you want the server to use (in megabytes):


    -Xmx1024m
  3. Restart RapidMiner Server.



Tagged:

Comments

  • kaymankayman MemberPosts:662Unicorn

    I believe this is a bit outdated, I also had to modify the max-memory.conf file in ./standalone/configuration before the actual values were changed.

Sign InorRegisterto comment.