vacuumlabs / adalite-backend-service

Icarus, a reference implementation for a lightweight wallet developed by the IOHK Engineering Team.
Apache License 2.0
2 stars 7 forks source link

Importer inode usage #53

Closed ksemaev closed 5 years ago

ksemaev commented 5 years ago

I know that you want to use something else than importer, and just wanted you to keep that in mind: currently wallet dir uses 25Gb, but also 5.5M inodes, so I have to keep it on 100Gb volume.

So if you could somehow minimize this number of tiny files, keeped in the fylesystem - that would be amazing.

refi93 commented 5 years ago

I see - sadly we can't do much about it since this module is developed by IOHK: https://github.com/input-output-hk/project-icarus-importer Hopefully, the new service will be better but it won't be developed by us either

ksemaev commented 5 years ago

@refi93 can you tell where I can look for the progress on creating a new service?

refi93 commented 5 years ago

@ksemaev The new service is being developed by Emurgo, but it isn't publicly released yet and sadly, we don't know when they will release it - it still isn't production-ready as far as we know. But they said they will release it on time and we will update our repo accordingly. I created an issue for that that you can watch: https://github.com/vacuumlabs/adalite-backend-service/issues/54

ksemaev commented 5 years ago

TY!