Skip to content

Conversation

@bczoma
Copy link
Collaborator

@bczoma bczoma commented Nov 26, 2025

Summary

  • Added --ulimit nofile=1048576:1048576 to all docker run commands
  • This increases the file descriptor limit for Solace broker containers
  • Applied to all 5 workflow files containing docker run commands

Details

This change adds the ulimit parameter to configure the maximum number of open file descriptors for the Solace broker containers in our GitHub Actions workflows. The increased limit (1048576) ensures the broker can handle higher loads and prevents potential issues related to file descriptor exhaustion.

Modified Files

  • .github/workflows/broker-build-test.yml
  • .github/workflows/module-test-pipeline-main-branch-only.yml
  • .github/workflows/module-test-pipeline.yml
  • .github/workflows/prep-internal-release.yml
  • .github/workflows/verify-registry-release.yml

🤖 Generated with Claude Code

- Added --ulimit nofile=1048576:1048576 to all docker run commands
- This increases the file descriptor limit for Solace broker containers
- Applied to all 5 workflow files containing docker run commands

🤖 Generated with Claude Code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant