We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jvm-opts
Options defined in .mill-jvm-opts not picked unlsess --no-server is specified.
.mill-jvm-opts
--no-server
macro expansion or shapeless based staff requires large stack size. But set -Xss in .mill-jvm-opts not working.
macro
shapeless
-Xss
The text was updated successfully, but these errors were encountered:
Do you have a small reproducer for this, by any chance? Or an idea of some example of a code snippet known to need a high -Xss setting?
Sorry, something went wrong.
import java.lang.management._ val runtimeMxBean = ManagementFactory.getRuntimeMXBean() val arguments = runtimeMxBean.getInputArguments()
I tried print the vm args in the ZincWorkImpl using java management api. And the options defined .mill-jvm-opts only seen while --no-server specified.
ZincWorkImpl
Successfully merging a pull request may close this issue.
Options defined in
.mill-jvm-opts
not picked unlsess--no-server
is specified.macro
expansion orshapeless
based staff requires large stack size. But set-Xss
in.mill-jvm-opts
not working.The text was updated successfully, but these errors were encountered: