Configure the Memory Limitation - Administrator Guide - 8 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
8
Creation date
2024-09-18
Last date published
2024-09-26
Category
Administrator Guide
Solution
Cloud
Retire_Doc
Retiring
Link_to_new_Doc
/r/Cortex-XSOAR/8/Cortex-XSOAR-Cloud-Documentation
Abstract

Configure the memory limitation by adding a server configuration in Cortex XSOAR.

It is recommended limiting available memory for each container to 1 GB.

If swap limit capabilities is enabled, in Cortex XSOAR configure the memory limitation using the following advanced parameters.

  1. Edit the Engine Configuration File.

  2. Add the following keys.

    "limit.docker.memory": true, "docker.memory.limit": "1g"

    Note

    If you do not want to apply Docker memory limitations, you should explicitly set the advanced parameter: limit.docker.memory to false.

  3. Save the changes.

  4. Restart the demisto service on the engine machine.

    sudo systemctl start d1

    (Ubuntu/DEB) sudo service d1 restart