Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Technical information and tips

...

The installer will automatically allocate 4GB RAM to the container when the container is started. 4GB is the absolute minimum RAM memory required to run all components. CAST recommends increasing this value. To change the value, you can modify the "4g" entry in the following lines in the installer files:

Code Block
Microsoft Windows - start_docker_caip.bat:
set OPTIONS=-m 4g -t --restart always --name %CAIPCONTAINERNAME% -d

Linux - start_docker_caip.sh:
ARGS_DOCKER="-m 4g -t --restart always -d --name $CONTAINERNAME -v $DOC_CONF_DIR:/workspace -p $HOSTPORTCONSOLE:8081"

Existing container detected during the installation

...