Deployments: add ulimits "nofile" property to all docker-compose.yml files

v2
pabloFuente 2025-11-20 11:32:03 +01:00
parent 316f938e4a
commit 76ecaf44ff
4 changed files with 13 additions and 1 deletions

View File

@ -49,7 +49,10 @@ services:
restart: always
network_mode: host
ulimits:
core: -1
core: -1
nofile:
soft: 65536
hard: 65536
volumes:
- /opt/openvidu/kms-crashes:/opt/openvidu/kms-crashes
- ${OPENVIDU_RECORDING_PATH}:${OPENVIDU_RECORDING_PATH}

View File

@ -132,6 +132,9 @@ services:
restart: always
ulimits:
core: -1
nofile:
soft: 65536
hard: 65536
environment:
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
- KMS_IMAGE=kurento/kurento-media-server:7.2.0

View File

@ -20,6 +20,9 @@ services:
restart: always
ulimits:
core: -1
nofile:
soft: 65536
hard: 65536
entrypoint: ['/bin/sh', '-c', '/beats/copy_config_files.sh && /usr/local/bin/entrypoint.sh']
environment:
- KMS_IMAGE=kurento/kurento-media-server:7.2.0

View File

@ -155,6 +155,9 @@ services:
restart: always
ulimits:
core: -1
nofile:
soft: 65536
hard: 65536
environment:
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
- KMS_IMAGE=kurento/kurento-media-server:7.2.0