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
Transferred from planetdecred/dcrandroid#222
Bolt db crashes when wallet database size is getting close to 250mb. At that point, it's unable to open wallet because the allocated app memory cannot handle that. The crash usually starts from when the wallet is fetching headers and the wallet db rises to the size which the app's allocated memory cannot handle.
The text was updated successfully, but these errors were encountered:
I did multiple testing with bolt db and I saw the app memory(through android studio memory monitor) grow to an extent then crashes. I did a demo with badger(before implementing into dcrlibwallet) and I wrote 2gb data into the database and it did not crash.
Transferred from planetdecred/dcrandroid#222
Bolt db crashes when wallet database size is getting close to 250mb. At that point, it's unable to open wallet because the allocated app memory cannot handle that. The crash usually starts from when the wallet is fetching headers and the wallet db rises to the size which the app's allocated memory cannot handle.
The text was updated successfully, but these errors were encountered: