-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Node disk space usage rapidly growing (1GB every 2-3 hours) #11705
Comments
Your settings look sane, so not sure what's going on here. Can you share your rocksdb log file? It should be here on linux: Can you also try to start a fresh sync into a different folder, using You might consider upgrading to openethereum 3.0 (released yesterday) as well, but be aware it is a one way upgrade so make sure you have a backup of your data should you ever need to revert back to 2.7.2. |
It is resync after insane growth. EDIT: I underestimated how fast the storage is used up, its been 3 GB in 2 hours. EDIT2: I think it was hectic behaviour of scp on live file |
Also I haven't addressed about the upgrade, Im not planning right now to upgrade node on production enviroment for now (we prefer to wait some time after major update to see if there are any potentially blocker issues reported by community) |
Update: after checking it against version 3.0.0 issue still persists. |
Parity node uses all SSD space we can provide to it. We ran out of our 500 GB ssd (we were running fatdb + tracing, 10 days ago we removed fatdb and tracing from config, and removed chain db). 10 after days of beeing fully synced node uses 400 GB which leaves around 3 GB free on system. Restarting node clears +- 90 GB of disk space but it fills back up relatively fast (1GB every 2-3 hours).
Expected:
Looking at
Storage Requirements Overview
I would expect node to take no more than 250 GB of space.Actual behaviour:
Node will graduately fill up disk to point where is nothing available at all
Parity parameters:
The text was updated successfully, but these errors were encountered: