mcoelho80
mcoelho80
I'm tired of trying to keep my node synced. Even with NVME, 196Gb RAM, all possible configurations and sync modes, my node losts sync VERY quickly.
> Roughly a year ago I was able to run bsc geth nodes on literally some of the cheapest VPS's (
Where are the developers?
Same problem here. Any thoughts?
I have conducted numerous tests with various different parameters. The best result was achieved by replacing version 1.3.8 with version 1.3.7f. The download of files in TLS remains slower, but...
I understand that this project is a volunteer effort and that the developers work on it in their spare time. I apologize for any inconvenience caused. I'm more than willing...
``` # /opt/proftpd/cur/sbin/proftpd -V Compile-time Settings: Version: 1.3.7f (maint) Platform: FREEBSD13 (FREEBSD13_2) [FreeBSD 13.2-RELEASE amd64] Built: Tue Jun 20 2023 14:37:23 -03 Built With: configure '--prefix=/opt/proftpd/1.3.7f' '--with-modules=mod_vroot:mod_ban:mod_tls' '--enable-ctrls' '--enable-openssl' '--with-libraries=/usr/local/lib'...
`SocketOptions rcvbuf 8388608 sndbuf 8388608 keepalive on` With the above configuration I could download files at ~40MB/second.
> Hmm. Since you mention a NAS as well, I wonder if the _filesystem_ hosting the files being downloaded (i.e. mounted from the NAS or not) factors in as well....
@Castaglia Nginx supports KTLS, which enables "sendfile()" over TLS. This approach may be beneficial for improving download speeds in proftpd. You can learn more about it here: https://www.nginx.com/blog/improving-nginx-performance-with-kernel-tls/