zeshuai007 commented on pull request #887:
URL: https://github.com/apache/avro/pull/887#issuecomment-633478927


   NettyServer  -> new DefaultEventLoopGroup (16);
   I am not sure whether the number of threads 16 meets the needs of the job.
   In practice and application, regardless of memory consumption, I like to use 
the thread number formula to calculate
   Nthreads = Ncpu * Ucpu * (1 + w / c);
   So I think 16 can be used as the default value and the settings can be 
passed in through the constructor.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to