Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small JSON-RPC timeout to lower proxygen RAM usage #1725

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

dimalit
Copy link
Contributor

@dimalit dimalit commented Nov 7, 2023

Looks like, we had 30 min timeout on socket inactivity. It caused RAM consumption growth under high load by requests.
Tested in stability test with RAM usage monitoring

@dimalit dimalit changed the base branch from develop to v3.18.0 November 7, 2023 15:32
@dimalit dimalit linked an issue Nov 7, 2023 that may be closed by this pull request
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #1725 (108993e) into v3.18.0 (4c87471) will decrease coverage by 0.35%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           v3.18.0    #1725      +/-   ##
===========================================
- Coverage    45.19%   44.85%   -0.35%     
===========================================
  Files          351      351              
  Lines        51430    51430              
===========================================
- Hits         23245    23069     -176     
- Misses       28185    28361     +176     

Base automatically changed from v3.18.0 to develop January 22, 2024 19:07
@DmytroNazarenko DmytroNazarenko marked this pull request as draft October 14, 2024 16:03
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.

High RAM usage when loaded with JSON-RPC
1 participant