-
Notifications
You must be signed in to change notification settings - Fork 107
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
Fix 2 issues and minor enhancement. #1485
Conversation
b70f9ce
to
e2181b5
Compare
Hey @jorgecuesta please rebase. |
036c282
to
6307382
Compare
Fix a high memory consumption that also is part of the issue pokt-network#1457. Under high load of requests (1000/rps or more) the RAM got crazy and scale up to 40GB or close to that. Now after the fix of pokt-network#1457 with the worker pool, the node remains under 14gb of ram in my local tests.
… keep cpu in high load.
6307382
to
3caaea5
Compare
@jorgecuesta looks good, left you a comment |
AI-Generated Summary: This pull request includes 3 patches that address high memory consumption (#1457) and some improvements:
|
Fix #1457;
Fix #1484;
Fix a high memory consumption that also is part of issue #1457.
Under the high load of requests (1000/rps or more), the RAM got crazy and scaled up to 40GB or close to that.
Now after the fix of #1457 with the worker pool, the node remains under 14GB of ram in my local tests.