任何 JVM 启动时可以传递的参数数量是否有限制

发布于 2024-11-25 17:58:29 字数 110 浏览 1 评论 0原文

我们正在尝试使用 JDK 1.6 启动 JBOSS 5.x。
任何 JVM 启动时可以传递的参数数量是否有限制。参数是在“-Dkey=value”选项的帮助下给出的?
是什么引导了这个限制?

We are trying to start JBOSS 5.x with JDK 1.6.
Is there any limit on number of parameters that can be passed while startup of any JVM. The parameters are being given with the help of "-Dkey=value" option?
What guides that limit?

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

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

发布评论

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

评论(1

叶落知秋 2024-12-02 17:58:29

该限制很可能是您的操作提供的命令控制台中允许的最长字符串。我不认为还有任何其他限制。

您不太可能达到极限。即使是较旧的系统(例如 DOS)也提供了极大的限制。

http://www.delorie.com/djgpp/faq/command-line /最长.html

The limit is most likely the longest string allowable in a command console that your operation provides. I do not believe that there is any other limit applied.

It is unlikely that you'll hit the limit. Even older systems such as DOS provide an extremely large limit.

http://www.delorie.com/djgpp/faq/command-line/longest.html

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