Skip to content

Max connections fix for midpoint training #8

Merged
merged 2 commits into from Dec 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions demo/grouper/grouper_data/Dockerfile
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
@@ -0,0 +1,2 @@
[mysqld]
max_connections=5000