Configure Memory Limit Support Without Swap Limit Capabilities - Administrator Guide - 6.5 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.5
Creation date
2022-09-28
Last date published
2024-03-21
End_of_Life
EoL
Category
Administrator Guide
Abstract

Configure the memory limit support without swap limit capabilities.

If you see the WARNING: No swap limit support you can configure memory support without swap limit capabilities.

  1. Set the docker run option --memory-swap option to -1 (disables swap memory enforcement).

  2. In Cortex XSOAR, select SettingsAboutTroubleshootingAdd Server Configuration.

  3. Type the following:

    Name

    Value

    python.pass.extra.keys

    --memory=1g##--memory-swap=-1

    If you have the python.pass.extra.keys already set up with a value, append it to the config file after the ## separator.