-
Notifications
You must be signed in to change notification settings - Fork 27
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
Pritham Marupaka
committed
Jan 8, 2024
1 parent
b0604ae
commit af0cb89
Showing
5 changed files
with
5 additions
and
12 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 |
---|---|---|
|
@@ -2,5 +2,3 @@ configType: java | |
configVersion: 1 | ||
jvmOpts: | ||
- '-XX:InitialRAMPercentage=70.0' | ||
experimental: | ||
containerV2: true |
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 |
---|---|---|
|
@@ -2,5 +2,4 @@ configType: java | |
configVersion: 1 | ||
jvmOpts: | ||
- '-XX:MaxRAMPercentage=70.0' | ||
experimental: | ||
containerV2: true | ||
|
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 |
---|---|---|
|
@@ -3,5 +3,3 @@ configVersion: 1 | |
jvmOpts: | ||
- '-Xms1g' | ||
- '-Xmx1g' | ||
experimental: | ||
containerV2: true |
2 changes: 0 additions & 2 deletions
2
integration_test/testdata/launcher-custom-experimental-container-v2.yml
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,5 +1,3 @@ | ||
configType: java | ||
configVersion: 1 | ||
jvmOpts: [] | ||
experimental: | ||
containerV2: true |
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