~jan0sch/smederee
~jan0sch/smederee/modules/hub/src/universal/conf/application.ini
~jan0sch/smederee/modules/hub/src/universal/conf/application.ini
0 | ### Memory options |
1 | # For performance reasons the values for Xms and Xmx should be equal. |
2 | -J-Xms2g |
3 | -J-Xmx2g |
4 | -J-XX:MaxMetaspaceSize=512m |
5 |
|
6 | ### Other options |
7 | ## PLEASE ONLY CHANGE THESE IF YOU KNOW EXACTLY WHAT YOU ARE DOING! |
8 |
|
9 | # Location of the main configuration file. |
10 | -Dconfig.file=conf/application.conf |
11 |
|
12 | # Location of the logback configuration file. |
13 | -Dlogback.configurationFile=conf/logback.xml |
14 |
|
15 | # Garbage collector settings. |
16 | #-J-XX:+UseG1GC |