MySQL Forums
Forum List  »  Performance

Re: innodb_buffer_pool_read_requests global status wraparound
Posted by: Rick James
Date: November 18, 2014 10:40PM

You seem to have a 32-bit build. With the 64-bit build, that (and many other) STATUS values will not wrap.

Also, you cannot set VARIABLEs in such a ways as to exceed a 32-bit address space. For example, innodb_buffer_pool_size must be significantly less than 4GB -- 4G is the hard limit, but other things must also fit in the available memory.

Table size limits, file size limits, etc, are the same in 32- and 64-bit builds.

See also:
http://mysql.rjweb.org/doc.php/limits

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: innodb_buffer_pool_read_requests global status wraparound
961
November 18, 2014 10:40PM


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.