Configure the Open File Descriptors Limit - Configure the open file descriptors limit by adding a server configuration in an engine. - User Guide - 2 - Cortex XPANSE - Cortex - Security Operations

Cortex Xpanse Expander User Guide

Product
Cortex XPANSE
Version
2
Creation date
2025-03-26
Last date published
2026-02-26
Category
User Guide
Solution
SaaS
Abstract

Configure the open file descriptors limit by adding a server configuration in an 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