cortex
cortex copied to clipboard
Support adjusting the number of file description
What this PR does:
in Kubernetes environment, adjusting the maximum number of open files could be challenging . This change add CORTEX_ULIMIT_NOFILES environment variable to configure ulimit for the Cortex process.
Which issue(s) this PR fixes: Fixes https://github.com/cortexproject/cortex/issues/6709
Checklist
- [ ] Tests updated
- [ ] Documentation added
- [ ]
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]