Skip to content

Instantly share code, notes, and snippets.

@insom
Created June 29, 2015 08:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insom/8a3ca32b61519d51f0a9 to your computer and use it in GitHub Desktop.
Save insom/8a3ca32b61519d51f0a9 to your computer and use it in GitHub Desktop.
Very low memory MySQL
[mysqld]
skip-innodb
default-storage-engine=myisam
default-tmp-storage-engine=myisam
query_cache_size=0
max_connections=10
key_buffer_size=8
thread_cache_size=0
host_cache_size=0
thread_stack=131072
sort_buffer_size=32K
read_buffer_size=8200
read_rnd_buffer_size=8200
max_heap_table_size=16K
tmp_table_size=1K
bulk_insert_buffer_size=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment