For the complete documentation index, see llms.txt. This page is also available as Markdown.
XSOAR 6.13

Configure Memory Limit Support Without Swap Limit Capabilities

Configure Docker memory limit support for Cortex XSOAR 6.13 without swap limits.

If you see 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 Settings → About → Troubleshooting → Add 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.

Last updated

Was this helpful?