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

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

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.

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.

2 participants