Skip to content

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

Draft
dimalit wants to merge 2 commits into
developfrom
bug/SKALED-1620-proxygen-ram
Draft

Small JSON-RPC timeout to lower proxygen RAM usage#1725
dimalit wants to merge 2 commits into
developfrom
bug/SKALED-1620-proxygen-ram

Conversation

@dimalit
Copy link
Copy Markdown
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
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 7, 2023

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.85%. Comparing base (4c87471) to head (108993e).
⚠️ Report is 3312 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1725      +/-   ##
===========================================
- Coverage    45.19%   44.85%   -0.35%     
===========================================
  Files          351      351              
  Lines        51430    51430              
===========================================
- Hits         23245    23069     -176     
- Misses       28185    28361     +176     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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