Configure the Open File Descriptors Limit - Administrator Guide - 8 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
8
Creation date
2023-11-02
Last date published
2024-03-28
Category
Administrator Guide
Solution
Cloud
Abstract

Configure the open file descriptors limit by adding a configuration for the Cortex XSOAR engine.

You need to set the python.pass.extra.keys advanced parameter to configure the open file descriptors limit.

  1. Edit the Engine Configuration File.

  2. Type the following key.

    "python.pass.extra.keys": "--ulimit=nofile=1024:8192"

  3. Save the changes.

  4. Restart the demisto service on the engine machine.

    sudo systemctl start d1

    (Ubuntu/DEB) sudo service d1 restart