-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
msgps value too low, cannot sync #624
Comments
well the is multiple issue in your "comment" first the AX101 is indeed a ryzen 5950x but its not 12 but 16 cores and comes with 128GB ram by default second threre is no such thing as msgps |
Sorry,i meant mgasps (corrected it). I have AX101 but it is virtualised using Proxmox VE. I allocated 12 cores and 48 GB to bsc node and tracked its performance via Proxmox GUI,it's never exceeded or created bottleneck on allocated resources. So you are saying that my mgasps is actually low? Is there a way to increase it. |
yes you need as high as possible, i dont know how you allocated the space in proxmox maybe through some container file which may limit the IOPS of the drive, i would deffenetly not use a VM for bsc node. I have an AX101 without VM and it runs perfectly fine INFO [12-02|13:42:47.245] Imported new chain segment blocks=1 txs=520 mgas=63.692 elapsed=220.987ms mgasps=288.214 number=13,130,801 hash=3218ab..1d024f dirty=1021.70MiB |
It seems the storage performance is the throttle, what is your disk specifications, IOPS and latency is quite important. |
As you are using a virtual machine, the result here may not precise, could you use |
Output of fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=random_read_write.fio --bs=4k --iodepth=64 --size=4G --readwrite=randrw --rwmixread=75: Jobs: 1 (f=1): [m(1)][100.0%][r=92.5MiB/s,w=29.9MiB/s][r=23.7k,w=7651 IOPS][eta 00m:00s] Run status group 0 (all jobs): Disk stats (read/write): I am using Proxmox LXC container. |
just to compare here is my output of the same test from the same type of AX101 server but not VM, your IOPS is the fraction of my speed. fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=random_read_write.fio --bs=4k --iodepth=64 --size=4G --readwrite=randrw --rwmixread=75 Run status group 0 (all jobs): Disk stats (read/write): |
ok thx @bonhardt ,i will do bare metal install, can you share your setup (OS,RAID etc.)? |
@uniftyitadmin how about metal,which version you use? |
Please check #338 |
Hi bro. Can you give me a connection to the server you purchased |
System information
Geth version:
1.1.5.
OS & Version: Linux Debian 11
Commit hash
Expected behaviour
mgasps should be as much as higher
Actual behaviour
mgasps is too low
t=2021-12-02T07:48:03+0000 lvl=info msg="Deep froze chain segment" blocks=6 elapsed=29.162ms number=12,920,769 hash=0x3e4e5a6d216ca653733ea40af53d2dd953ee693ce38b74cf3be63a728ef7b437
t=2021-12-02T07:48:09+0000 lvl=info msg="Imported new chain segment" blocks=1 txs=692 mgas=99.507 elapsed=11.647s mgasps=8.543 number=13,010,770 hash=0x1d9611e4c668362bdceab4dead0a4c724d7a5fd91c05f2fc75a1e7cc89fe738f age=4d6h47m dirty="325.92 MiB"
t=2021-12-02T07:48:19+0000 lvl=info msg="Imported new chain segment" blocks=1 txs=658 mgas=99.514 elapsed=10.222s mgasps=9.735 number=13,010,771 hash=0x56ef2fcf1354d4f455742c1b9f16e8826d1ee9db45a9b01b8812715db5ba4d40 age=4d6h47m dirty="336.31 MiB"
t=2021-12-02T07:48:29+0000 lvl=info msg="Imported new chain segment" blocks=1 txs=534 mgas=84.786 elapsed=9.182s mgasps=9.233 number=13,010,772 hash=0xa221a26ea1a948a9e616bb98e55eb11d9206de90bbedec946b302ad19c3dfd9a age=4d6h47m dirty="345.40 MiB"
t=2021-12-02T07:48:40+0000 lvl=info msg="Imported new chain segment" blocks=1 txs=676 mgas=99.499 elapsed=10.967s mgasps=9.072 number=13,010,773 hash=0x841f6530d7988bb6608a6050907b95bb91c493eaf974ccfefd9022ca85eaf837 age=4d6h47m dirty="355.85 MiB"
t=2021-12-02T07:48:50+0000 lvl=info msg="Imported new chain segment" blocks=1 txs=653 mgas=99.500 elapsed=10.306s mgasps=9.654 number=13,010,774 hash=0x7a432a989395295a90a79b0add3d7598b33da2b2b14cdcd6286598f579d63377 age=4d6h47m dirty="366.51 MiB"
t=2021-12-02T07:49:00+0000 lvl=info msg="Imported new chain segment" blocks=1 txs=680 mgas=99.517 elapsed=10.631s mgasps=9.361 number=13,010,775 hash=0x9ee63d1b5b512cf3f8954a7819260277bed99560789cda9b16379c6c6cbe44ed age=4d6h47m dirty="376.83 MiB"
t=2021-12-02T07:49:03+0000 lvl=info msg="Deep froze chain segment" blocks=6 elapsed=14.823ms number=12,920,775 hash=0x3c1430714f8f2d0e7232a3b5e195678f8dc8e521b28591e483e1bad3ca96b86e
t=2021-12-02T07:49:10+0000 lvl=info msg="Imported new chain segment" blocks=1 txs=687 mgas=99.461 elapsed=9.467s mgasps=10.506 number=13,010,776 hash=0xd3866ab567330c3be8ea94cc5fb8c4b88e06279101a43cbe11624ab77170d0d7 age=4d6h47m dirty="386.97 MiB"
My hardware (Hetzner AX101):
AMD Ryzen 9 5950X (12 cores)
48 GB RAM
3 TB NVME (Gen4) - currently 1.1 TB/3 TB full
I used latest snapshot (node installed on 28.11. , so latest snapshot was 26112021 in that time),in the start i was behind about days,but now i am behind more then 4 days.
config.toml and geth.service files:
config.toml.txt
geth.service.txt
Does anyone have/had the same problem and is there any solution. Please help!!!
The text was updated successfully, but these errors were encountered: