-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f99c9e
commit 34ed7e0
Showing
15 changed files
with
53 additions
and
28 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Will be deployed aside of the jar, to set the memory options | ||
# as the spring-boot-maven-plugin ignores the jvmArguments Option | ||
export JAVA_OPTS="-Djava.io.tmpdir=/var/captcha/tmp -XX:-UsePerfData -XX:+UseZGC -XX:+ZGenerational -Xmx81m -Xms64m" | ||
# Java 17 | ||
# export JAVA_OPTS="-Djava.io.tmpdir=/var/captcha/tmp -XX:-UsePerfData -XX:+UseZGC -XX:+ZGenerational -Xmx81m -Xms64m" | ||
# Java 21 | ||
export JAVA_OPTS="-Djava.io.tmpdir=/var/captcha/tmp -XX:-UsePerfData -Xmx81m -Xms64m -XX:MaxMetaspaceSize=128m" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Will be deployed aside of the jar, to set the memory options | ||
# as the spring-boot-maven-plugin ignores the jvmArguments Option | ||
export JAVA_OPTS="-Xmx96m -Xms32m -XX:+UseG1GC -XX:MaxMetaspaceSize=64m" | ||
export JAVA_OPTS="-Xmx96m -Xms32m -XX:MaxMetaspaceSize=64m" |
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
8 changes: 8 additions & 0 deletions
8
sabi-database/src/main/resources/db/migration/version1_2_0/V1_2_2_1__addMorePlagueTypes.sql
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,8 @@ | ||
-- Basic Data: | ||
INSERT INTO plague (id, scientific_name, created_on, lastmod_on) | ||
VALUES (6, 'Asterina', '2023-11-05 20:38:00', '2023-11-05 20:38:00'); | ||
|
||
INSERT INTO localized_plague (id, plague_id, common_name, language, created_on, lastmod_on) | ||
VALUES (11, 6, 'Asterina starfish', 'en', '2023-11-05 20:38:00', '2023-11-05 20:38:00'); | ||
INSERT INTO localized_plague (id, plague_id, common_name, language, created_on, lastmod_on) | ||
VALUES (12, 6, 'Asterina Seestern', 'de', '2023-11-05 20:38:00', '2023-11-05 20:38:00'); |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Will be deployed aside of the jar, to set the memory options | ||
# as the spring-boot-maven-plugin ignores the jvmArguments Option | ||
export JAVA_OPTS="-Djava.io.tmpdir=/var/sabi/tmp -XX:-UsePerfData -XX:+UseZGC -XX:+ZGenerational -Xmx96m -Xms64m -XX:MaxMetaspaceSize=128m" | ||
# Java 17 | ||
# export JAVA_OPTS="-Djava.io.tmpdir=/var/sabi/tmp -XX:-UsePerfData -XX:+UseZGC -XX:+ZGenerational -Xmx96m -Xms64m -XX:MaxMetaspaceSize=128m" | ||
# Java 21 | ||
export JAVA_OPTS="-Djava.io.tmpdir=/var/sabi/tmp -XX:-UsePerfData -Xmx96m -Xms64m -XX:MaxMetaspaceSize=128m" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Will be deployed aside of the jar, to set the memory options | ||
# as the spring-boot-maven-plugin ignores the jvmArguments Option | ||
export JAVA_OPTS="-Djava.io.tmpdir=/var/sabi/tmp -XX:-UsePerfData -XX:+UseZGC -XX:+ZGenerational -Xmx128m -Xms64m" | ||
# Java17: | ||
# export JAVA_OPTS="-Djava.io.tmpdir=/var/sabi/tmp -XX:-UsePerfData -XX:+UseZGC -XX:+ZGenerational -Xmx128m -Xms64m" | ||
# Java21: | ||
export JAVA_OPTS="-Djava.io.tmpdir=/var/sabi/tmp -XX:-UsePerfData -Xmx128m -Xms64m -XX:MaxMetaspaceSize=128m" |