Skip to content

Commit

Permalink
add GROUPER_MAX_MEMORY
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 8, 2020
1 parent f7f831a commit caf11da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions container_files/usr-local-bin/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,10 @@ finishPrep() {
cp /opt/tier-support/ssl-enabled.conf /etc/httpd/conf.d/
fi

if [ -z "$GROUPER_MAX_MEMORY" ]
then
export GROUPER_MAX_MEMORY=1500m
fi


}

0 comments on commit caf11da

Please sign in to comment.