mirror of
https://github.com/MariaDB/server.git
synced 2025-06-11 23:34:44 +02:00

innodb_buffer_pool_size_auto_min: A minimum innodb_buffer_pool_size that a Linux memory pressure event can lead to shrinking the buffer pool to. On a memory pressure event, we will attempt to shrink innodb_buffer_pool_size halfway between its current value and innodb_buffer_pool_size_auto_min. If innodb_buffer_pool_size_auto_min is specified as 0 or not specified on startup, its default value will be adjusted to innodb_buffer_pool_size_max, that is, memory pressure events will be disregarded by default. buf_pool_t::garbage_collect(): For up to 15 seconds, attempt to shrink the buffer pool in response to a memory pressure event. Reviewed by: Debarun Banerjee
3 lines
109 B
Text
3 lines
109 B
Text
--loose-innodb-buffer-pool-size-auto-min=17m
|
|
--innodb-buffer-pool-size-max=17m
|
|
--innodb-buffer-pool-size=17m
|