stellar / stellar-core

Reference implementation for the peer-to-peer agent that manages the Stellar network.
https://www.stellar.org
Other
3.12k stars 967 forks source link

Tune core limits to take advantage of freed main thread capacity #4435

Open marta-lokhova opened 3 weeks ago

marta-lokhova commented 3 weeks ago

With parallelization and other scalability work in-flight, we need to ensure that core is configured correctly such that we can actually take advantage of performance improvements, as well as properly measure the impact. This issue tracks the work to prepare core for high throughput measurements. Here a list of tunable limits identified so far in parallelization performance testing (feel free to append to/edit the list):

marta-lokhova commented 3 weeks ago

Worth noting that likely our Soroban TPS tests are currently limited by the block size limit (cc @bboston7)