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

Warning displayed when starting runtime on an ARM computer #17

Closed
kaikreuzer opened this issue Jan 4, 2016 · 1 comment
Closed

Warning displayed when starting runtime on an ARM computer #17

kaikreuzer opened this issue Jan 4, 2016 · 1 comment
Milestone

Comments

@kaikreuzer
Copy link
Member

Since G1 is not supported on JDK for ARM, calling start.sh displays

Java HotSpot(TM) Client VM warning: G1 GC is disabled in this release.

I wonder if we can tweak the start scripts to only add the jvm arg for G1 on non-ARM systems?

@maggu2810
Copy link
Contributor

You could use e.g. uname -m and set the options depend on that value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants