You are viewing a single comment's thread from:
RE: Announcing the @gridcoin.science Witness - STEM on STEEM
Why you need high availability? Can't you just make two witnesses and rely on the mesing/p2p capability of blockchain?
Also the fact that the daemon needs 20 Gibibytes of RAM makes me wonder if it is capable of scaling much over to what it is now.
See, I am not very positive. But Have an up-vote.
No worries; your skepticism is valid.
High availability is necessary because of a few things we noticed:
If we can come up with an active/active setup, witness failover would not be necessary, and perhaps it could almost eliminate missed blocks.
Yes, the daemon needs many gibibytes of RAM, and that requirement is going to keep growing unless there's an overhaul of what gets loaded into RAM. For now, we must scale vertically.
The use of zram is a mitigation that buys us quite a bit more time before we eventually run out of RAM. Hopefully a solution comes up before we need to upgrade physical RAM.