You cannot 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
266 B
Plaintext
11 lines
266 B
Plaintext
|
1 month ago
|
[mysqld]
|
||
|
|
# Memoria
|
||
|
|
innodb_buffer_pool_size = 128M
|
||
|
|
innodb_log_buffer_size = 16M
|
||
|
|
|
||
|
|
# Conexiones (suficiente para 100 usuarios)
|
||
|
|
max_connections = 50
|
||
|
|
|
||
|
|
# Deshabilitar herramienta de diagnostico que consume ~70MB RAM innecesariamente
|
||
|
|
performance_schema = OFF
|