-
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.
wip: Make containerV2 default to true wip: Make containerV2 default to true wip: re-add containerv2 flag to test configs. add debug logs remove more containerV2 flags try omitempty use setToDefaults outparamcheck use field.Addr().Interface() pass addr of conf don't take addr of unaddressable value use *bool set default update config_test set containerv2: false for existing configs nil check update test expectation Remove debug logs. Add nl
- Loading branch information
Pritham Marupaka
committed
Jan 9, 2024
1 parent
af0cb89
commit 4f135ba
Showing
18 changed files
with
45 additions
and
7 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 |
---|---|---|
|
@@ -3,3 +3,5 @@ configVersion: 1 | |
jvmOpts: | ||
- '-Xmx1g' | ||
dangerousDisableContainerSupport: true | ||
experimental: | ||
containerV2: false |
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,4 +2,3 @@ configType: java | |
configVersion: 1 | ||
jvmOpts: | ||
- '-XX:MaxRAMPercentage=70.0' | ||
|
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ configVersion: 1 | |
jvmOpts: | ||
- '-Xmx1g' | ||
- '-XX:InitialRAMPercentage=79.9' | ||
experimental: | ||
containerV2: false |
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,3 +2,5 @@ configType: java | |
configVersion: 1 | ||
jvmOpts: | ||
- '-XX:MaxRAM=1001' | ||
experimental: | ||
containerV2: false |
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,3 +3,5 @@ configVersion: 1 | |
jvmOpts: | ||
- '-Xmx1g' | ||
- '-XX:MaxRAMPercentage=79.9' | ||
experimental: | ||
containerV2: false |
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 |
---|---|---|
|
@@ -9,3 +9,5 @@ subProcesses: | |
SLEEP_TIME: "200" | ||
jvmOpts: | ||
- '-Xmx1g' | ||
experimental: | ||
containerV2: false |
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 |
---|---|---|
|
@@ -7,3 +7,5 @@ subProcesses: | |
configType: java | ||
jvmOpts: | ||
- '-Xmx1g' | ||
experimental: | ||
containerV2: false |
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,3 +2,5 @@ configType: java | |
configVersion: 1 | ||
jvmOpts: | ||
- '-Xmx1g' | ||
experimental: | ||
containerV2: false |
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 |
---|---|---|
|
@@ -9,3 +9,5 @@ jvmOpts: | |
args: | ||
- arg1 | ||
javaHome: /foo/bar | ||
experimental: | ||
containerV2: false |
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 |
---|---|---|
|
@@ -16,3 +16,5 @@ subProcesses: | |
- ./testdata/ | ||
jvmOpts: | ||
- '-Xmx4M' | ||
experimental: | ||
containerV2: false |
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 |
---|---|---|
|
@@ -11,3 +11,5 @@ args: | |
dirs: | ||
- foo | ||
- bar/baz | ||
experimental: | ||
containerV2: false |
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 |
---|---|---|
|
@@ -8,3 +8,5 @@ jvmOpts: | |
- '-Xmx4M' | ||
args: | ||
- arg1 | ||
experimental: | ||
containerV2: false |
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