Skip to content
Snippets Groups Projects
Verified Commit c232e4b0 authored by Marc Vef's avatar Marc Vef
Browse files

Optimization: Lowering RPC xstreams to 4

8 xstreams is not necessary. might even be lowered to 2 eventually. Further, using 8 xstreams decreased io performance on psm2 severely
parent cb81e9d1
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ constexpr auto dirents_buff_size = (8 * 1024 * 1024); // 8 mega
*/
constexpr auto daemon_io_xstreams = 8;
// Number of threads used for RPC handlers at the daemon
constexpr auto daemon_handler_xstreams = 8;
constexpr auto daemon_handler_xstreams = 4;
} // namespace rpc
namespace rocksdb {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment