Somewhat large MySQL files

More out of curiosity: is there a way to reduce the disk space used in Local’s “run” directory?

Any Local site, no matter how small the database, uses at least 300MB disk space. Apparently there always are the two ~/Library/Application Support/Local/run/[sitehash]/mysql/data/ib_logfile0 and ib_logfile1 files, with 100MB each, even for a brand-new or empty site.

To my dummy eye, there doesn’t seem to be much valuable information inside those two files.

This is likely caused by the innodb_log_file_size and innodb_buffer_pool_size settings that can be found in the site’s conf/mysql/my.cnf.hbs file.

These are a bit higher than the defaults for performance.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.