This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new d288dc1 Increasing MySQL's sort_buffer_size to attempt to avoid
random failures
d288dc1 is described below
commit d288dc15768d8e39ada63eb8dfe91ebd52fd5771
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat May 30 10:07:46 2020 +0200
Increasing MySQL's sort_buffer_size to attempt to avoid random failures
---
fit/core-reference/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 8a3a33c..d18925c 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -979,7 +979,7 @@ under the License.
<alias>mysql</alias>
<name>mysql/mysql-server:${docker.mysql.version}</name>
<run>
- <cmd>--skip-log-bin --server-id=1</cmd>
+ <cmd>--skip-log-bin --server-id=1
--sort_buffer_size=348M</cmd>
<env>
<MYSQL_ROOT_PASSWORD>password</MYSQL_ROOT_PASSWORD>
<MYSQL_DATABASE>syncope</MYSQL_DATABASE>
@@ -1111,7 +1111,7 @@ under the License.
<alias>mysql</alias>
<name>mysql/mysql-server:${docker.mysql.version}</name>
<run>
- <cmd>--skip-log-bin --server-id=1</cmd>
+ <cmd>--skip-log-bin --server-id=1
--sort_buffer_size=348M</cmd>
<env>
<MYSQL_ROOT_PASSWORD>password</MYSQL_ROOT_PASSWORD>
<MYSQL_DATABASE>syncope</MYSQL_DATABASE>