Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-11 16:11:41 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-11 16:17:17 +0300
commit6b635044a721c5ccf63a6e20165ed7d775fafaa2 (patch)
treec6f7af1db8264022a5d8fea3a3ff5906a0b1626a /tests/docker
parentca2755ed6af0279b203da12e09bc4094af3aa49b (diff)
Use official mariadb docker
Diffstat (limited to 'tests/docker')
-rw-r--r--tests/docker/mariadb/oc.cnf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/docker/mariadb/oc.cnf b/tests/docker/mariadb/oc.cnf
new file mode 100644
index 00000000000..590284d4617
--- /dev/null
+++ b/tests/docker/mariadb/oc.cnf
@@ -0,0 +1,5 @@
+
+[mysqld]
+
+innodb_buffer_pool_size = 512M
+innodb_flush_log_at_trx_commit = 2