mirror of
https://github.com/Noratrieb/dockerolat.git
synced 2026-01-14 18:05:03 +01:00
do things
This commit is contained in:
parent
f43abee05c
commit
7166133801
7 changed files with 136 additions and 0 deletions
17
setenv.sh
Normal file
17
setenv.sh
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
CATALINA_HOME=~/tomcat
|
||||
CATALINA_BASE=~
|
||||
JRE_HOME=~/jre
|
||||
CATALINA_PID=~/run/openolat.pid
|
||||
CATALINA_TMPDIR=/tmp/openolat
|
||||
mkdir -p $CATALINA_TMPDIR
|
||||
|
||||
CATALINA_OPTS=" \
|
||||
-Xmx1024m -Xms512m -XX:MaxMetaspaceSize=512m \
|
||||
-Duser.name=openolat \
|
||||
-Duser.timezone=Europe/Zurich \
|
||||
-Dspring.profiles.active=myprofile \
|
||||
-Djava.awt.headless=true \
|
||||
-Djava.net.preferIPv4Stack=true \
|
||||
-XX:+HeapDumpOnOutOfMemoryError \
|
||||
-XX:HeapDumpPath=. \
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue