mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
262 B
11 lines
262 B
[mysqld]
|
|
sql_mode="NO_ENGINE_SUBSTITUTION"
|
|
transaction_isolation=READ-COMMITTED
|
|
performance_schema=off
|
|
innodb_buffer_pool_size=128M
|
|
innodb_buffer_pool_chunk_size=16M
|
|
key_buffer_size=8M
|
|
tmp_table_size=1M
|
|
max_connections=80
|
|
sort_buffer_size=1M
|
|
query_cache_size=8M
|
|
|