-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Ensure machines configured with enough mapped shared memory #840
Comments
Sounds like you've seen it on AIX too @smlambert? Was that at the adoptopenjdk Also do you know how much it needs to be increased by/to? |
I do not know the details, @pshipton mentioned it, and said the openj9 machines were with plenty of shared memory space. Let's get the details from him. I would hope we can attempt to keep the configuration of machines across the projects to be aligned, this detail must not be captured anywhere in doc or playbooks to date. |
Check with @jdekonin for the setting of SHMMAX on the OpenJ9 Mac machines. |
Or isn't there some older Mac machines that were working? Compare the SHMMAX setting with the new machines. |
The settings in sysctl.conf I was asked to make were : This is documented in #212 |
@gdams Can you cover this in the macos playbooks? |
Going to close this now it's been merged. If the problem is still there please reopen |
Noted during the most recent release, SharedClassesAPI failure (an extended.system test) is due to a machine config issue (memory mapped shared memory should get increased).
See AdoptOpenJDK/TSC#99 (comment) for links to failures (noted on machines test-macincloud-macos1014-x64-2, test-macincloud-macos1013-x64-2 though there could be others).
The text was updated successfully, but these errors were encountered: