Memory problem in large connections
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.3k
- Forks
- 1.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 14
Description
Use Hyper and rustls to create an HTTP Layer 7 proxy service. The proxy service increases to 2.5 GB when 10,000 connections are tested. The value of http1_max_buf_size for the hyper server and client is 8192, and the value of set_buffer_limit for the rustls is 8192.
Are there any other parameters that I can set?
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
Start by reproducing the reported HTTP Layer 7 proxy workload with Hyper and rustls at 10,000 connections, using the stated 8192 buffer settings. Investigate memory growth and review the available server, client, and rustls buffer parameters; done means identifying a supported configuration or clearly isolating the source of the memory increase.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100