子JVM会“继承”吗?分叉时的最大堆大小和永久代大小?

发布于 2024-12-18 00:30:02 字数 157 浏览 3 评论 0原文

如果我在导出的 shell 变量(即 JAVA_OPTSMAVEN_OPTS)中指定给定的最大堆大小和永久代大小,并且 Maven 构建分叉 JVM,则子 JVM 会“继承”或者当我从 shell 运行构建时尝试访问与父 JVM 相同的配置?

If I specify a given max heap size and perm gen size in an exported shell variable i.e. JAVA_OPTS or MAVEN_OPTS and the Maven build forks the JVM, will the child JVM "inherit" or attempt to access the same configuration as the parent JVM, when I run my build from the shell?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

西瑶 2024-12-25 00:30:02

不,他们不会继承。这是 Maven 插件的常见问题;它们通常有一个参数(例如,surefire 的 argLine),可以让您指定所需的 JVM 选项。

Nope, they won't inherit. This is a common problem with Maven plugins; they usually have a parameter (e.g. surefire's argLine) that lets you specify what JVM options you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文