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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Add a configurable warning track to nodeos which will attempt a clean shutdown when the shared memory file approaches a certain percentage used. This will prevent nodes from running into a situation where they have to shutdown immediately and leave the database potentially dirty.
The text was updated successfully, but these errors were encountered:
In addition to setting the size you can now set a minimum guard on the chain state db. If there is a db-growing operation called on controller while this guard is violated it will throw and the node should dhutdown gracefully.
related to EOSIO#4555
Add a configurable warning track to nodeos which will attempt a clean shutdown when the shared memory file approaches a certain percentage used. This will prevent nodes from running into a situation where they have to shutdown immediately and leave the database potentially dirty.
The text was updated successfully, but these errors were encountered: