Skip to content

Commit

Permalink
Merge pull request #8 from docker/max-connections-fix
Browse files Browse the repository at this point in the history
Max connections fix for midpoint training
  • Loading branch information
chubing authored Dec 8, 2021
2 parents d029b19 + 082badc commit 2c182b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/grouper/grouper_data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN yum install -y epel-release \
&& rm -rf /var/cache/yum

COPY container_files/conf/ /opt/grouper/grouper.apiBinary/conf/
COPY container_files/mysql/max_connections.cnf /etc/my.cnf.d/max_connections.cnf

RUN ln -s /usr/bin/resolveip /usr/libexec/resolveip

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mysqld]
max_connections=5000

0 comments on commit 2c182b6

Please sign in to comment.