Skip to content

Commit

Permalink
Merge pull request #540 from tdrwenski/update-docs
Browse files Browse the repository at this point in the history
Update JVM args in docs
  • Loading branch information
tdrwenski authored Oct 1, 2024
2 parents 686002d + eba5062 commit 58a0229
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ Download an {% include link_file.html file="tds_tutorial/getting_started/setenv.
# THIS IS CRITICAL and there is NO DEFAULT - the
# TDS will not start without this.
#
CONTENT_ROOT=-Dtds.content.root.path=/data/content
CONTENT_ROOT=/data/content
CONTENT_ROOT_OPT=-Dtds.content.root.path=$CONTENT_ROOT
# Set java prefs related variables (used by the wms service, for example)
JAVA_PREFS_ROOTS="-Djava.util.prefs.systemRoot=$CONTENT_ROOT/thredds/javaUtilPrefs \
Expand All @@ -133,7 +134,7 @@ Download an {% include link_file.html file="tds_tutorial/getting_started/setenv.
#
# Standard setup.
#
JAVA_OPTS="$CONTENT_ROOT $NORMAL $HEAP_DUMP $HEADLESS $JAVA_PREFS_ROOTS $CHRONICLE_CACHE"
JAVA_OPTS="$CONTENT_ROOT_OPT $NORMAL $HEAP_DUMP $HEADLESS $JAVA_PREFS_ROOTS $CHRONICLE_CACHE"
export JAVA_OPTS
~~~
Expand Down

0 comments on commit 58a0229

Please sign in to comment.