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
When I tried to flip a server running 5.0 to the new "mapped_private" memory mode, I encountered the following error (because my chain state db setting was higher than mem on the server):
The problem is that when i flipped the mode back to the default "mapped" mode, it left the state dirty and I had to use a snapshot to recover it (which Kevin said is not the expected behavior).
The text was updated successfully, but these errors were encountered:
This is an easy fix imo. When in mapped_private mode, I don't believe we need to mark the database dirty at startup, since we don't change it until exit.
When I tried to flip a server running 5.0 to the new "mapped_private" memory mode, I encountered the following error (because my chain state db setting was higher than mem on the server):
The problem is that when i flipped the mode back to the default "mapped" mode, it left the state dirty and I had to use a snapshot to recover it (which Kevin said is not the expected behavior).
The text was updated successfully, but these errors were encountered: