You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runkecheng
changed the title
[bug] when the innodb_buffer_pool_size greater than the size of int32, memory will overflow
[bug] innodb_buffer_pool_size cannot be set correctly when its size greater than int32
Jun 28, 2021
Describe the problem
innodb_buffer_pool_size is one of MysqlConf`s keys.
The type of innodbBufferPoolSize is int32.
In fact, innodbBufferPoolSize is likely to overflows int32.
To Reproduce
Expected behavior
Use other data types to store InnodBufferPoolsize or change the unit of memory.
Environment:
The text was updated successfully, but these errors were encountered: