-
Notifications
You must be signed in to change notification settings - Fork 738
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
Map and test -XX:MaxHeapSize and -XX:InitialHeapSize #2996
Conversation
jenkins test sanity zlinux jdk8 |
jenkins test sanity zlinux jdk8 |
Testing passed
|
Created #3092 for the travis failure, which seems unrelated to this change. |
jenkins compile xlinux jdk9 |
jenkins compile xlinux jdk10 |
Wierd errors compiling jdk9+. I will rebase this when I get a chance, and retry the jdk9+ compile |
jenkins compile xlinux jdk11 |
Rebasing didn't help, I'm guessing implementing -XX:ThreadStackSize is causing the problem. I found the following in the output but not sure if this is where things are going wrong.
|
The -XX:ThreadStackSize value is in KB, i.e. the value specified is multiplied by 1024. |
Jenkins copyright check |
Map -XX:MaxHeapSize= to -Xmx -XX:InitialHeapSize= to -Xms Issue eclipse-openj9#2834 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
jenkins test sanity zlinux jdk8,jdk11 |
@DanHeidinga ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Map -XX:MaxHeapSize= to -Xmx
-XX:InitialHeapSize= to -Xms
Issue #2834
Doc issue eclipse-openj9/openj9-docs#96