We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daeb3c commit ec9f3baCopy full SHA for ec9f3ba
1 file changed
docker/db.Dockerfile
@@ -58,3 +58,5 @@ LABEL maintainer="IETF Tools Team <tools-discuss@ietf.org>"
58
59
# Copy the mysql data folder from the import stage
60
COPY --from=importStage /var/lib/mysql /var/lib/mysql
61
+
62
+CMD ['--character-set-server=utf8', '--collation-server=utf8_unicode_ci', '--innodb-buffer-pool-size=1G', '--innodb-log-buffer-size=128M', '--innodb-log-file-size=256M', '--innodb-write-io-threads=8', '--innodb-flush-log-at-trx-commit=0', '--performance-schema=1']
0 commit comments