docker-compose fix
docker-compose fix
Issue-ID: PORTAL-710
Change-Id: I613a86c1cbc1446ead5f4e543bb09fcd288a4a7a
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
diff --git a/portal-BE/my.cnf b/portal-BE/my.cnf
index d58210f..983b8e3 100644
--- a/portal-BE/my.cnf
+++ b/portal-BE/my.cnf
@@ -16,7 +16,7 @@
# escpecially if they contain "#" chars...
# Remember to edit /etc/mysql/debian.cnf when changing the socket location.
[client]
-port = 3306
+#port = 3306
socket = /var/run/mysqld/mysqld.sock
# Here is entries for some specific programs
@@ -36,7 +36,7 @@
#user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
-port = 3306
+#port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
@@ -135,9 +135,9 @@
# Read the manual for more InnoDB related options. There are many!
default_storage_engine = InnoDB
# you can't just change log file size, requires special procedure
-#innodb_log_file_size = 50M
+#innodb_log_file_size = 2047M
innodb_buffer_pool_size = 256M
-innodb_log_buffer_size = 8M
+innodb_log_buffer_size = 32M
innodb_file_per_table = 1
innodb_open_files = 400
innodb_io_capacity = 400