-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
online_delete not work, how to make online_delete work? #2306
Comments
P.S: |
First, thank you for including the contents of the rippled.cfg file. That's a big help. Second, it looks like you figured out the problem yourself. If you want With Another choice would be to omit the |
Hi @scottschurr I run can_delete now, it shows below output, db size : 22.3 GB (24,022,651,110 バイト)
the complete_ledgers35115375 | 35123196 |
The size for sqlite database files will not decrease. However, the online_delete process made room for new data to be put into the files. |
More information is here: https://sqlite.org/lang_vacuum.html |
if this work, the db folder will Keep size constant,
|
Hi @passionofvc , I would like to point out that the following settings only apply to RocksDB and are safely ignored with NuDB.
Here is the link to the The It is worth noting that NuDB is an append-only database and unless a successful rotation occurs, the database files will continue to grow as you observed. I recommend running with a |
Hi @scottschurr |
@passionofvc RocksDB is not supported in Windows. Were you able to find any |
I am having the same issue. System: Ubuntu 20.04 Configuration excerpt:
Regarding SHAMapStore related errors in debug.log, many of this kind: Regarding delete keyword in log:
Trying to find out how can I keep database size as little. |
If you're seeing a bunch of these messages (as opposed to a few every once in a while), then it means that your server is having trouble keeping up with the network under the extra load related to the deletion process. That almost always means your hardware is not powerful enough, frequently because of insufficient IOPS on your hard storage. |
online_delete seen not work, I set to 1024 but the
db folder size grow bigger than i expected.
does the complete ledger range value normal?
db ->15.4 GB (16,555,249,361 バイト)
#1 my rippled.cfg
The text was updated successfully, but these errors were encountered: