-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX #82 adding the ability to specify jvm options via sbt
- Loading branch information
Showing
30 changed files
with
381 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=0.13.6 | ||
sbt.version=0.13.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
src/main/resources/com/typesafe/sbt/packager/archetypes/application.ini-template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# ################################# | ||
# ##### Default configuration ##### | ||
# ################################# | ||
|
||
# Available replacements | ||
# ------------------------------------------------ | ||
# ${{author}} debian author | ||
# ${{descr}} debian package description | ||
# ${{exec}} startup script name | ||
# ${{chdir}} app directory | ||
# ${{retries}} retries for startup | ||
# ${{retryTimeout}} retry timeout | ||
# ${{app_name}} normalized app name | ||
# ${{daemon_user}} daemon user | ||
# ------------------------------------------------- | ||
|
||
# DEPRECATED, use -J-Xmx1024m instead | ||
# -mem 1024 | ||
|
||
# Setting -X directly (-J is stripped) | ||
# -J-X | ||
# -J-Xmx1024 | ||
|
||
# Add additional jvm parameters | ||
# -Dkey=val | ||
|
||
# For play applications you may set | ||
# -Dpidfile.path=/var/run/${{app_name}}/play.pid | ||
|
||
# Turn on JVM debugging, open at the given port | ||
# -jvm-debug <port> | ||
|
||
# Don't run the java version check | ||
# -no-version-check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.