forked from scalacenter/bloop
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I'm referring to
| "-XX:+UseZGC", // ZGC returns unused memory back to the OS, so Bloop does not occupy so much memory if unused |
For instance, on Java 11 it will fail with:
Error: VM option 'UseZGC' is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions.
Error: The unlock option must precede 'UseZGC'.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
I didn't try on earlier JDKs but it will probably fail altogether.
Metadata
Metadata
Assignees
Labels
No labels