zhaopan

Science and art, life in between.


  • Home

  • Ideas

  • Archives

  • Tags

  • Bio

docker_mysql

Published at: 2009-04-25   |   Reading: 31 words ~1min   |   PV/UV: /

config

1
2
3
4
5
6
# 128MB
innodb_buffer_pool_chunk_size=134217728
# 4 instances
innodb_buffer_pool_instances=4
# 4GB
innodb_buffer_pool_size=4294967296

eg

1
2
3
4
set global innodb_buffer_pool_size=4294967296;

# cat:
show VARIABLES like '%innodb_buffer_pool%';
#随笔#
  • Author: Changkun Ou
  • Link: https://fk1941.com/blog/posts/docker_mysql/
  • License: All articles in this blog are licensed under CC BY-NC-ND 4.0 unless stating additionally.
docker
docker-cli-eg
  • TOC
  • Overview

Stop Talking. Just Coding.

7 Blogs
23 Tags
Homepage GitHub Email YouTube Twitter Zhihu
Friends
    Frimin ZZZero march1993 qcrao maiyang Xargin Muniao
© 2008 - 2025 Changkun Ou. All rights reserved. | PV/UV: /
0%