Skip to content

How to increase the node qps for both jsonrpc and http api? #6159

@PikaZ76

Description

@PikaZ76

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions