Skip to content

Commit

Permalink
Clarifies debug options in setenv file (#2735)
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Kiesow <lkiesow@uos.de>
  • Loading branch information
mliradelc and lkiesow committed Jun 15, 2021
1 parent 27f401f commit 8ae27da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assemblies/resources/bin/setenv
Expand Up @@ -31,8 +31,12 @@
# export KARAF_BASE # Karaf base folder
# export KARAF_ETC # Karaf etc folder
# export KARAF_OPTS # Additional Karaf options
# export KARAF_DEBUG # Enable debug mode
# export KARAF_REDIRECT # Enable/set the std/err redirection when using bin/start
#
# Debug options
# export KARAF_DEBUG # Enable debug mode
# export JAVA_DEBUG_PORT # Set debug port (defaults to 5005)


export EXTRA_JAVA_OPTS="${EXTRA_JAVA_OPTS} -Dorg.eclipse.jetty.server.Request.maxFormContentSize=1500000 -Dfile.encoding=UTF-8"
export JAVA_MAX_MEM="${JAVA_MAX_MEM:-1G}"
Expand Down

0 comments on commit 8ae27da

Please sign in to comment.