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

Setup issues running openjdk tests on multi-core machines #1203

Closed
smlambert opened this issue Jul 5, 2019 · 2 comments
Closed

Setup issues running openjdk tests on multi-core machines #1203

smlambert opened this issue Jul 5, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@smlambert
Copy link
Contributor

Applies to openjdk / jtreg tests, may be related to https://bugs.openjdk.java.net/browse/CODETOOLS-7902454

We should confirm other test groups work (system, perf, functional).

Seen on test-packet-armv8-ubuntu-16-04

When tests run on that box they usually fail in some weird way, like:

00:24:50  # There is insufficient memory for the Java Runtime Environment to continue.
00:24:50  # Native memory allocation (mmap) failed to map 526385152 bytes for committing reserved memory.
00:24:50  # An error report file with more information is saved as:```

Perhaps some problem running on massive multicore machines (96 cores) vs. the lower-end machines (8 cores) where all seems to work OK.
@jerboaa
Copy link
Contributor

jerboaa commented Nov 7, 2019

FWIW #1427 will fix this, once merged. The actual issue is a -concurrency=$(nproc) setting for JTREG. I.e. it currently sets concurrency to the total number of procesors (or cores).

@jerboaa
Copy link
Contributor

jerboaa commented Nov 8, 2019

Fixed with #1427

@jerboaa jerboaa closed this as completed Nov 8, 2019
@jerboaa jerboaa added this to the November 2019 milestone Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants