I'd like to deploy a Tron full node used to sync data through it's jsonrpc and http api, is there any solution in configuration to hit the limition of the server?
I got a 64 core CPU, 256 GB Memory.
and I used this configuration:
node {
tcpNettyWorkThreadNum = 128
udpNettyWorkThreadNum = 8
}
rpc {
thread = 32
}
rate.limiter{
# global qps, default 50000
global.qps = 500000
# IP-based global qps, default 10000
global.ip.qps = 500000
}
so, are there any way to do in configuration file or JVM to maxmum the api performance?
I'd like to deploy a Tron full node used to sync data through it's jsonrpc and http api, is there any solution in configuration to hit the limition of the server?
I got a 64 core CPU, 256 GB Memory.
and I used this configuration: