File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -154,17 +154,12 @@ jobs:
154154 runs-on : ubuntu-latest
155155 services :
156156 mysql :
157- # official mysql image doesn't support MYSQL_EXTRA_FLAGS
158157 image : bitnami/mysql:8.0
159158 env :
160159 ALLOW_EMPTY_PASSWORD : true
161160 MYSQL_DATABASE : testgitea
162- # https://dev.mysql.com/doc/refman/8.0/en/optimizing-innodb-diskio.html
163- MYSQL_EXTRA_FLAGS : --disable-log-bin --innodb-buffer-pool-size=2G --innodb-adaptive-flushing=OFF --innodb-log-buffer-size=128M --innodb-flush-log-at-trx-commit=0 --innodb-flush-log-at-timeout=10 --innodb-flush-method=nosync --innodb-fsync-threshold=1000000
164161 ports :
165162 - " 3306:3306"
166- options : >-
167- --mount type=tmpfs,destination=/bitnami/mysql/data
168163 elasticsearch :
169164 image : elasticsearch:7.5.0
170165 env :
You can’t perform that action at this time.
0 commit comments