mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Performance.md
Clarified that the mysqld performance options need to be put under a [mysqld] group in my.cnf. Since in Ubuntu 16.04 /etc/mysql/my.cnf only has [client-server] group by default which is not a valid group for the changes we make.
This commit is contained in:
@@ -15,7 +15,7 @@ We absolutely recommend running this, it will save on IO load. [RRDCached](http:
|
||||
It's advisable after 24 hours of running MySQL that you run (MySQL Tuner)[https://raw.githubusercontent.com/major/MySQLTuner-perl/master/mysqltuner.pl]
|
||||
which will make suggestions on things you can change specific to your setup.
|
||||
|
||||
One recommendation we can make is that you set the following in my.cnf:
|
||||
One recommendation we can make is that you set the following in my.cnf under a [mysqld] group:
|
||||
|
||||
```bash
|
||||
innodb_flush_log_at_trx_commit = 0
|
||||
|
Reference in New Issue
Block a user