Skip to content

Commit

Permalink
refactor the words in jvm.options file (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Summer authored Mar 1, 2018
1 parent 5ef4dfc commit 92d4b76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/jvm.options
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# custom Tomcat Server JVM options

# All configurations start with '-' will be loaded during stating JVM
# Don't tamper with any configuration unless you understand what you are doing
# All configurations start with '-' will be loaded during stating JVM.
# You need to restart the server for the configurations to take effect.
# Useful link: https://docs.oracle.com/cd/E15523_01/web.1111/e13814/jvm_tuning.htm#PERFM150
# Useful tool: http://jvmmemory.com/

# Xms represents the initial size of total heap space
# Xmx represents the maximum size of total heap space
Expand Down

0 comments on commit 92d4b76

Please sign in to comment.