You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for this parameter cache_size = 5120 i found out that its most useful if the value is bigger then the blockchain state size because then node can interact with the state in memory
do we have a way to read out and diplay such parameter in diamond ui?
i think interesting would be
whole blockchain database size
state db size
maybe we find some other interesting parameter
I think we don't really need that values in real time and block accurate
could we for example at epoch change write some of this interesting values in a easy retrievable without rpc spam contract area? maybe something we anyway refresh `with diamond-ui so its just a few more values
The text was updated successfully, but these errors were encountered:
for this parameter cache_size = 5120 i found out that its most useful if the value is bigger then the blockchain state size because then node can interact with the state in memory
do we have a way to read out and diplay such parameter in diamond ui?
i think interesting would be
whole blockchain database size
state db size
maybe we find some other interesting parameter
I think we don't really need that values in real time and block accurate
could we for example at epoch change write some of this interesting values in a easy retrievable without rpc spam contract area? maybe something we anyway refresh `with diamond-ui so its just a few more values
The text was updated successfully, but these errors were encountered: