Configure the Memory Limitation - Administrator Guide - Cortex XSIAM - Cortex - Security Operations

Cortex XSIAM Administrator Guide

Product
Cortex XSIAM
Creation date
2024-07-16
Last date published
2025-01-13
Category
Administrator Guide
Abstract

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

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

If swap limit capabilities is enabled, in Cortex XSIAM 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"

  3. Save the changes.

  4. Restart the demisto service on the engine machine.

    sudo systemctl start d1

    (Ubuntu/DEB) sudo service d1 restart