describe memory usage
Created by: Sylvain303
following #206 (closed)
Make a documentation about how ucoin is using memory RAM and disk at different stage.
- sync
- reset
- normal running ucoin's node
Created by: Sylvain303
following #206 (closed)
Make a documentation about how ucoin is using memory RAM and disk at different stage.
I put it as "Horizon" milestone because this is absolutely no priority task, since DB layer is still very subject to changes.
I will probably go back to LevelDB storage soon with most data, which will drastically reduce memory consumption.
Created by: Sylvain303
@M5oul, much more a documentation task than a "question". In the mind I'm asking about. ;) I'm focusing on #276 (closed), I may look at it myself after. But it can take quite a lot of time, in fact.
Since commit 920e0086 I now use SQLite instead of in-memory LokiJS DB.
So there is not particular memory usage to document, uCoin is just a controller between the Internet and its local DB.