MySQL Forums
Forum List  »  NDB clusters

Re: max_connections
Posted by: Peter Brawley
Date: June 14, 2021 03:05PM

Remember, max_connections grows memory load proportionately, the multiplier is ...

(
  thread_stack + 
  max( max_allowed_packet, net_buffer_length ) + 
  net_buffer_length + 
  read_buffer_size + 
  read_rnd_buffer_size + 
  sort_buffer_size + 
  join_buffer_size 
)

Options: ReplyQuote


Subject
Views
Written By
Posted
828
June 10, 2021 06:41AM
348
June 11, 2021 09:20AM
Re: max_connections
361
June 14, 2021 03:05PM
382
June 15, 2021 02:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.