Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improve][Zeta] Remove default jvm memory option #8068

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

Hisoka-X
Copy link
Member

Purpose of this pull request

Remove default jvm memory option, let jvm set default xms/xmx by itself.

Does this PR introduce any user-facing change?

no

How was this patch tested?

exist test

Check list

@github-actions github-actions bot added the e2e label Nov 15, 2024
@@ -317,7 +320,9 @@ public static List<TestContainer> discoverTestContainers() {
.filter(container -> container.identifier().isTestInPR())
.filter(
container -> {
if (testAllContainer) {
if (testAllContainer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also fix sometime test case can not find container error.

@Hisoka-X Hisoka-X force-pushed the remove-default-jvm-config branch from 8b4ee61 to e70ec82 Compare November 18, 2024 02:41
@Hisoka-X Hisoka-X merged commit 9812c25 into apache:dev Nov 18, 2024
4 checks passed
hawk9821 pushed a commit to hawk9821/seatunnel that referenced this pull request Nov 18, 2024
hawk9821 pushed a commit to hawk9821/seatunnel that referenced this pull request Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants