MySQL Forums
Forum List  »  Newbie

Re: setting max_connectino and its per-connection memory allocation implicationsw it works
Posted by: Peter Brawley
Date: August 12, 2019 10:12AM

MySQL per connection mem load:

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

https://dev.mysql.com/doc/refman/8.0/en/memory-use.html

Options: ReplyQuote


Subject
Written By
Posted
Re: setting max_connectino and its per-connection memory allocation implicationsw it works
August 12, 2019 10:12AM


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.