开发者

Is there any limit on number of parameters that can be passed while startup of any JVM

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?


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜