[MySQL] Reduce memory usage
This commit is contained in:
parent
a3b4c31763
commit
04ae2fadef
@ -10,6 +10,12 @@ max_allowed_packet = 192M
|
|||||||
max-connections = 500
|
max-connections = 500
|
||||||
performance_schema = 0
|
performance_schema = 0
|
||||||
innodb-strict-mode = 0
|
innodb-strict-mode = 0
|
||||||
|
innodb_buffer_pool_size = 96M
|
||||||
|
key_buffer = 16M
|
||||||
|
thread_cache_size = 8
|
||||||
|
query_cache_size = 8M
|
||||||
|
query_cache_limit = 512K
|
||||||
|
thread_stack = 128K
|
||||||
skip-host-cache
|
skip-host-cache
|
||||||
skip-name-resolve
|
skip-name-resolve
|
||||||
log-warnings = 0
|
log-warnings = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user