merlimat commented on pull request #7499:
URL: https://github.com/apache/pulsar/pull/7499#issuecomment-656944897


   > g: 1gb across 30 IO threads means 1 IO thread can only do 33MB it means as 
a user I have to create multiple connections and hope it will be served by 
other IO thread to get higher throughput.
   
   A couple of notes: 
    * You won't get higher throughput after a certain amount of memory (eg: 
30MB)
    * If you have 16 cores available, you would also have >> 1GB of direct mem
   
   Finally, the number of messages/s is not a good proxy measure for the amount 
of memory required in the broker
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to