energywebfoundation / ewc-validator-node-install-scripts

EWC and Volta affiliate validator node installation scripts
https://energyweb.org/
GNU General Public License v3.0
6 stars 19 forks source link

Synchronization Issue with volta chain #27

Open morgyver opened 4 years ago

morgyver commented 4 years ago

After a downtime because of an configuration issue APG was off-line. To get back online, the syncing of packets was stuck somehow every 5 minutes, the restarting of the docker containers solved that and syncing could go on. Please check why that happened and solve it. Our system: Linux 3.10.0-1062.1.2.el7.x86_64 #1 SMP Mon Sep 16 14:19:51 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux Red Hat Enterprise Linux Server release 7.7 (Maipo)

kazmen1983 commented 4 years ago

how much ram do you have on this machine? Which disk type do you have on this machine traditional disks or ssd?

kazmen1983 commented 4 years ago

I think the Centos script and the modified one for the redhat system should have 2.5.7-stable version of parity. Now the Centos and redhat have 2.5.6 version of parity.

morgyver commented 4 years ago

KiB Mem : 8175440 total, 1022080 free, 1085908 used, 6067452 buff/cache Disk is a network storage, should be as fast as an SSD.

kazmen1983 commented 4 years ago

On the parity forum there is a hint to use --cache-size parameter of parity. Can you change default configuration of parity and add --cache-size 4096000 ?