Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "use tmpfs" and "tmpfs size" options #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johanmeiring
Copy link

This PR adds use tmpfs and tmpfs size options. This allows the MySQL container's data to be run in RAM for a massive performance increase. It works especially well in CI environments where database fixtures are recreated for each and every test case.

stronk7 added a commit to moodlehq/mysql-action that referenced this pull request Jan 4, 2023
We need this to be able to stop bin logs and other
configuration settings, because MySQL 8.0 comes with
it enabled by defaults and that eats the tmpfs
really quickly for big test suites.

This is built on top of mirromutth#6
that has been added to our fork already.
stronk7 added a commit to moodlehq/mysql-action that referenced this pull request Jan 4, 2023
We need this to be able to stop bin logs and other
configuration settings, because MySQL 8.0 comes with
it enabled by defaults and that eats the tmpfs
really quickly for big test suites.

This is built on top of mirromutth#6
that has been added to our fork already.
stronk7 added a commit to moodlehq/mysql-action that referenced this pull request Jan 4, 2023
We need this to be able to stop bin logs and other
configuration settings, because MySQL 8.0 comes with
it enabled by defaults and that eats the tmpfs
really quickly for big test suites.

This is built on top of mirromutth#6
that has been added to our fork already.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant