Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isochrone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institut für Informatik
dbis
dbis-isochrone
isochrone
Commits
d458d2fa
Commit
d458d2fa
authored
10 years ago
by
Nikolaus Krismer
Browse files
Options
Downloads
Patches
Plain Diff
changed tomcat memory options (extracted parameter and increased usable
memory)
parent
9c6e6a0c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/vagrant/bootstrap.sh
+2
-1
2 additions, 1 deletion
etc/vagrant/bootstrap.sh
with
2 additions
and
1 deletion
etc/vagrant/bootstrap.sh
+
2
−
1
View file @
d458d2fa
...
@@ -143,6 +143,7 @@ TEMPLATE_FILE_PSIPROBE=probe-$TEMPLATE_VERSION_PSIPROBE.zip
...
@@ -143,6 +143,7 @@ TEMPLATE_FILE_PSIPROBE=probe-$TEMPLATE_VERSION_PSIPROBE.zip
TEMPLATE_DIR_ISOCHRONE
=
/vagrant
TEMPLATE_DIR_ISOCHRONE
=
/vagrant
TOMCAT_VERSION
=
7.0.54
TOMCAT_VERSION
=
7.0.54
TOMCAT_FILE
=
apache-tomcat-
$TOMCAT_VERSION
.tar.gz
TOMCAT_FILE
=
apache-tomcat-
$TOMCAT_VERSION
.tar.gz
TOMCAT_MEMORY_OPTS
=
"-Xmx2048m -Xms512m -XX:MaxPermSize=512m"
TOMCAT_NAME
=
tomcat
TOMCAT_NAME
=
tomcat
TOMCAT_USER
=
tomcat
TOMCAT_USER
=
tomcat
TOPOLOGY_TOLERANCE
=
0.0005
TOPOLOGY_TOLERANCE
=
0.0005
...
@@ -498,7 +499,7 @@ if $INSTALL_GEOSERVER; then
...
@@ -498,7 +499,7 @@ if $INSTALL_GEOSERVER; then
# mkdir -p $DEPLOY_DIR/geoserver >> install_geoserver.log 2>&1
# mkdir -p $DEPLOY_DIR/geoserver >> install_geoserver.log 2>&1
# mv $TOMCAT_WEBAPP_DIR/geoserver/data $DEPLOY_DIR/geoserver >> install_geoserver.log 2>&1
# mv $TOMCAT_WEBAPP_DIR/geoserver/data $DEPLOY_DIR/geoserver >> install_geoserver.log 2>&1
mkdir
-p
$DEPLOY_DIR
/geoserver/data
>>
install_geoserver.log 2>&1
mkdir
-p
$DEPLOY_DIR
/geoserver/data
>>
install_geoserver.log 2>&1
echo
"export CATALINA_OPTS=
\"
-Djava.awt.headless=true
-Xmx512m -Xms128m -XX:MaxPermSize=128m
-DGEOSERVER_DATA_DIR=
$DEPLOY_DIR
/geoserver/data
\"
"
>
/etc/profile.d/catalina.sh
echo
"export CATALINA_OPTS=
\"
-Djava.awt.headless=true
$TOMCAT_MEMORY_OPTS
-DGEOSERVER_DATA_DIR=
$DEPLOY_DIR
/geoserver/data
\"
"
>
/etc/profile.d/catalina.sh
source
/etc/profile.d/catalina.sh
source
/etc/profile.d/catalina.sh
echo
"Installing geoserver-shell
$GEOSERVER_SHELL_VERSION
"
echo
"Installing geoserver-shell
$GEOSERVER_SHELL_VERSION
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment