Configure the PIDs Limit - 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-10-31
Category
Administrator Guide
Solution
Cloud
Retire_Doc
Retiring
Link_to_new_Doc
/r/Cortex-XSOAR/8/Cortex-XSOAR-Cloud-Documentation
Abstract

Configure the PIDs limit by adding a configuration for a Cortex XSOAR engine.

Configure the PIDs limit by setting the python.pass.extra.keys advanced parameter.

  1. Edit the Engine Configuration File.

  2. Add the following key:

    "python.pass.extra.keys": "--pids-limit=256"

  3. Save the changes.

  4. Restart the demisto service on the engine machine.

    sudo systemctl start d1

    (Ubuntu/DEB) sudo service d1 restart