You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Along with the changes for map_private mode, an issue sneaked in that Matt identified in his testing.
When the user tries to shrink the chainbase db (i.e. sets chain-state-db-size-mb to a lower number) and restarts nodeos, we internally keep track of a wrong database_size, which leads to possible crashes.
The text was updated successfully, but these errors were encountered:
greg7mdp
changed the title
[5.0] Fix chainbase issues (shrink db, mmap failing when ram insufficient)
[5.0] Fix chainbase issue when shrinking the database size.
Nov 7, 2023
Along with the changes for
map_private
mode, an issue sneaked in that Matt identified in his testing.When the user tries to shrink the chainbase db (i.e. sets
chain-state-db-size-mb
to a lower number) and restarts nodeos, we internally keep track of a wrongdatabase_size
, which leads to possible crashes.The text was updated successfully, but these errors were encountered: