Configure the PIDs Limit - Configure the PIDs limit by adding a server configuration for a Cortex XSIAM engine. - Administrator Guide - Cortex XSIAM - Cortex - Security Operations

Cortex XSIAM Administrator Guide

Product
Cortex XSIAM
Creation date
2024-07-16
Last date published
2025-02-27
Category
Administrator Guide
Retire_Doc
Retiring
Link_to_new_Doc
/r/Cortex-XSIAM/Cortex-XSIAM-Documentation
Abstract

Configure the PIDs limit by adding a server configuration for a Cortex XSIAM 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