Hard disk is filling up rapidly when Local is running

Hi all,

MySQL has a default binlog size of 1GB.

If you wish to reduce this, you can adjust it using the max_binlog_size config variable.

Here’s how you can reduce it to 256MB:

  1. Navigate to your site’s conf/mysql/my.cnf.hbs file
  2. Under [mysqld] add max_binlog_size=256M and save the file.
  3. Restart your Local site