influxdata / influxdata/influxdb
Tasks running at the same time lead to oom
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
My influxdb version is 2.6.1, I have a lot of tasks, they will use a lot of memory, when the memory is not enough, it will cause oom. Is there any way to limit the number of concurrent executions of tasks?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the task scheduler and configuration for concurrent executions, then determine the intended behavior for a configurable limit; it is done when task concurrency can be bounded and the behavior is covered by tests that demonstrate memory use no longer grows from unbounded overlap.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100