-
Notifications
You must be signed in to change notification settings - Fork 45
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
Database corrupted after restart #212
Comments
Were you using the .jar file, or the .Deb? What OS? What Java version? Also, what prompted the restart? Is it like a local node on your laptop? I have experienced this when running vsys on my MacBook. Thanks! |
I figured that out is actually due to not enough memory. As the chain data getting larger, it will use more memory to start the node. Can the memory usage on starting the node can be reduced? Otherwise, it will not be sustainable in a long run. |
How much RAM is on your node? I haven't had this issue but my nodes tend to be quite large (128gb or 64gb) so I'm curious where the limitation is. Thanks. |
@kwunyeung you can change the |
@faddat I was trying to sync a backup node with less resources. Tried to start with a 4GB box. It's not easy to always get a 64GB machines 😅 . |
I also had the same problem. |
Version
v0.3.1
Process to replicate the issue
Stack trace
Other information
It works fine if I remove the
/data
directory and resync again.The text was updated successfully, but these errors were encountered: