performance tunning

Post Reply
htinnyo
Posts: 12
Joined: Mon Feb 03, 2020 3:41 pm

performance tunning

Post by htinnyo » Fri Aug 14, 2020 4:19 am

Dear
What would you suggest as optimal values for the followings
client.WorkerThreads = 10;
Change receive or send buffer size for the TCP socket:

client.ReceiveBufferSize = 32 * 1024 * 1024;
client.SendBufferSize = 32 * 1024 * 1024;
A larger buffer size might delay the recognition of connection difficulties. Consider increasing the buffer size if you are using a high bandwidth, high latency connection (such as a satellite broadband provider).
I have 8 core and 15 GB VM instance. I am not sure what to set it up for these values. Thanks
Post Reply