Skip to content
Permalink
Browse files
Merge branch 'master' into 4.4.1
  • Loading branch information
chubing committed Mar 8, 2022
2 parents 52d72da + 2c182b6 commit b3f9c3f18a39fed05a76568532f3aa38979b49ca
Showing 3 changed files with 5 additions and 1 deletion.
@@ -26,9 +26,10 @@ check MP_MEM_MAX
check MP_MEM_INIT
check MP_DIR


export MP_SET_midpoint_logging_alt_enabled=true
export MP_SET_midpoint_logging_alt_filename=/tmp/logmidpoint
export MP_SET_spring_profiles_active="`$MP_DIR/active-spring-profiles`"
export MP_SET_logging_path=/tmp/logtomcat

/opt/midpoint/bin/midpoint.sh 'container' &>/tmp/logmidpoint-console
/opt/midpoint/bin/midpoint.sh 'container' &>/tmp/logmidpoint-console
@@ -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

@@ -0,0 +1,2 @@
[mysqld]
max_connections=5000

0 comments on commit b3f9c3f

Please sign in to comment.