-
Notifications
You must be signed in to change notification settings - Fork 40
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 totalMemory calculation used for garbage collection #1658
Labels
Comments
github-project-automation
bot
moved this to Ready For Release Candidate
in SKALE Engineering 🚀
Sep 21, 2023
skaled: 3.17.0-beta.11 |
DmytroNazarenko
moved this from Ready For Release Candidate
to Merged To Release Candidate
in SKALE Engineering 🚀
Sep 23, 2023
Not reproducible without changing the cache size 3.17.0-beta.12 No crashes or hangs after removing contract with 10k key-value pairs CacheMemoryM:12349187
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Total memory calculation in garbage collection loop should not take into account
blockHashes since they are treated separately
To Reproduce
Set cache size to a small value (2000 bytes)
Run the tests in tests/historic_state
SKALED will hang forever in garbage collection while loop
The text was updated successfully, but these errors were encountered: