Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' into 4.4.1
chubing committed Mar 8, 2022
2 parents 52d72da + 2c182b6 commit b3f9c3f
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container_files/usr-local-bin/start-midpoint.sh
@@ -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
1 change: 1 addition & 0 deletions demo/grouper/grouper_data/Dockerfile
@@ -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.